Problem with creating a ColumnStore table - Error in getting objectid from oidmanager
You are viewing an old version of this question. View
the current version here.
Today we encountered the following problem when trying to create a ColumnStore table: #1815 - Internal error: CAL0009: (1)Create table failed due to Error in getting objectid from oidmanager.
A second or two before the CREATE TABLE (...) ENGINE=Columnstore command was executed, we ran the DROP TABLE (we keep our data in InnoDB tables, and our ColumnStore tables are kind of "read only", and we rebuild them when something changes in the primary tables).
Restarting ColumnStore did not work. For an hour or two it was possible to create some CS tables in other databases, now it's not. Seems a bit "random"
Any idea how we can fix it?
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.