Details
-
Bug
-
Status: Needs Feedback (View Workflow)
-
Major
-
Resolution: Unresolved
-
22.08.2, 22.08.4, 6.4.6, 23.02.3
-
None
-
2024-2
Description
In CS 6.4.x and CS 22.08.4, a customer's DDLProc stops working quickly after a few create tables and a stored procedure. Attaching what I have.
More triage is needed.
Theres a lot of other activity on the server thats unknown to what extent its effecting columnstore. see /var/log/messages and youll see salt-minion, docker, slapd, pam_unix,postfix, prometheus and more.
Customers Facing Issue
ERROR 1815 (HY000): Internal error: Lost connection to DDLProc
MariaDB [test]> CREATE TABLE `t1` (
|
-> `id` int(11) NOT NULL |
-> ) ENGINE=Columnstore ;
|
ERROR 1815 (HY000): Internal error: Lost connection to DDLProc |
Work around is to mcsShutdown, clearShm and mcsStart.