Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.4.2
-
MariaDB ColumnStore single node on CentOS 7 with S3 storage bucket on GCP (Virtual machine not pod)
Description
Forcefully stopping MariaDB ColumnStore via mcsadmin shutdownsystem while a bulk injection via mcsapi or related tools is executed makes the target table of the bulk injection unuseable.
No more data can be injected after the system is restarted via mcsadmin startystem.
MariaDB [test]> insert into mcsapi_load_test values (23, 42, 2342);
|
ERROR 1815 (HY000): Internal error: CAL0001: Insert Failed: Error getting extent information for table mcsapi_load_test
|