Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
GCP VM
Description
After several tries of killing -9 PrimProc during create table query, one table became broken:
GCP VM "kirillperov-testvm-ub22-5482" at us-central1-c
use test400;
MariaDB [test400]> show tables;
-------------------
Tables_in_test400 |
-------------------
t1 |
-------------------
1 row in set (0.000 sec)
MariaDB [test400]> drop table t1;
ERROR 1815 (HY000): Internal error: CAL0009: Drop table failed due to MCS-2006: 'test400.t1' does not exist in Columnstore.
It would be great to investigate what prevents table to be dropped.
Attachments
Issue Links
- relates to
-
MCOL-5627 Memory oversubscription issues in 23.10.
- Stalled