Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Unresolved
-
1.0.14
-
None
-
AWS AMI, Centos 3 PM 1 UM
Description
Columnstore erros out ERROR 1815 (HY000): Internal error: IDB-2031::Blocks are missing. Alter or drop table in progress? after a recent truncate and bulk-load operation on the system.
Steps performed before
1) Truncated some tables
2) Bulk load data into tables (load data into table . . . )
3 System went to DBRM Read only mode.
4) Restarted system -> Restart successful but all the queries error out Blocks missing error.
5) Cleared cache
MariaDB [(none)]> select calFlushCache();
-----------------
calFlushCache() |
-----------------
0 |
-----------------
1 row in set (0.00 sec)
Here is more from Debug log :
an 25 23:55:11 ip-address controllernode[2708]: 11.730307 |0|0|0| E 29 CAL0000: DBRM: error: SessionManager::getSystemState() failed (network)
Jan 25 23:55:11 ip-address joblist[2708]: 11.740793 |0|0|0| C 05 CAL0000: /home/builder/mariadb-columnstore-server/mariadb-columnstore-engine/dbcon/execplan/clientrotator.cpp @ 318 Could not get a ExeMgr connection.
Jan 25 23:55:11 ip-address controllernode[2708]: 11.749279 |0|0|0| E 29 CAL0000: DBRM: error: SessionManager::getSystemState() failed (network)
Jan 25 23:55:11 ip-address joblist[2708]: 11.761548 |0|0|0| C 05 CAL0000: /home/builder/mariadb-columnstore-server/mariadb-columnstore-engine/dbcon/execplan/clientrotator.cpp @ 318 Could not get a ExeMgr connection.
Jan 25 23:55:46 ip-address DMLProc[5679]: 46.074422 |0|0|0| E 20 CAL0002: DDLProc didn't clean up truncate table left over for table with oid 6558 due to IDB-2031: Blocks are missing. Alter or drop table in progress?
Jan 26 00:19:38 ip-address ddlpackageproc[5668]: 38.010360 |0|0|0| E 23 CAL0009: Truncate table failed: IDB-2031: Blocks are missing. Alter or drop table in progres