Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
1.5.2
-
None
Description
If you stop the ColumnStore services:
$ sudo systemctl stop mariadb-columnstore
|
Then operations fail with an unhelpful error message:
MariaDB [(none)]> CREATE TABLE columnstore_db.tab2 (id INT) ENGINE=ColumnStore; |
ERROR 1815 (HY000): Internal error: Cannot execute the statement. DBRM is read only! |
It would be more user friendly to print some kind of message like this instead:
ERROR: 1815 Internal error: Cannot communicate with MariaDB ColumnStore processes. Check the status of the processes by executing "systemctl status mariadb-columnstore."
|
MCOL-4093 is similar, but it is about the effect on mysql_install_db.
Attachments
Issue Links
- relates to
-
MCOL-4093 "mysqld --bootstrap" / mysql_install_db fails with unhelpful errors if ColumnStore processes aren't running
- Closed