Details
-
Bug
-
Status: In Progress (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
2026-3, 2026-4
Description
The steps to reproduce:
- on clean MDB/MCS installation create a table with single LONGTEXT column: mariadb test -e "create table t (x longtext) engine = columnstore;"
- insert a bunch of data: mariadb test -e "insert into t( x ) select concat(seq, repeat('zuka',4000000)) from seq_1_to_10000;"
- stop the columnstore: systemctl stop mariadb-columnstore
- delete EM files: rm -f /var/lib/columnstore/data1/systemFiles/dbrm/BRM_saves*_em
- perform EM rebuild: mcsRebuildEM -v
- start MCS again: systemctl start mariadb-columnstore
- check whether there is something in the table and get "server connection" error: mariadb test -e "select count( * ) from t;"
- check whether server is running: pidof mariadbd - it does not.
- restart MariaDB service: systemctl restart mariadb
- # check whether there is something in the table and get "internal error" error from MCS: mariadb test -e "select count( * ) from t;"
That's about it.
Attachments
Issue Links
- blocks
-
MCOL-5781 Create columnstore_repair | post dbrm restore or crash
-
- Open
-