[MCOL-3739] Problems droping CS table Created: 2020-01-22  Updated: 2023-10-25  Resolved: 2023-10-25

Status: Closed
Project: MariaDB ColumnStore
Component/s: DDLProc
Affects Version/s: 1.2.5
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Carlos Campos Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Environment:

Centos 7 / vmware



 Description   

I cannot drop a table:

SQL Error [1815] [HY000]: Internal error: CAL0009: Drop table failed due to IDB-2006: 'chargify_tickets.flow_tickets' does not exist in Columnstore.

MariaDB [chargify_tickets]> show tables;
----------------------------

Tables_in_chargify_tickets

----------------------------

flow_tickets

----------------------------
1 row in set (0.001 sec)

I can see some difference between the information_schema Columstore table and the calpontsys.

MariaDB [(none)]> select count from calpontsys.systable where tablename like 'flow%';
----------

count

----------

3

----------
1 row in set (0.011 sec)

MariaDB [(none)]> select count from information_schema.tables where `TABLE_NAME` like 'flow%';
----------

count

----------

1

----------
1 row in set (0.001 sec)

I need some help because it seems that this problem is blocking all MCS API work. I cannot write anything using the API anymore, even using other tables and databases.


Generated at Thu Feb 08 02:45:04 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.