[DocDB] Colocation - Dropping a colocated table does not remove it from table list of SysTabletsEntryPB #14609
Labels
area/docdb
YugabyteDB core features
kind/bug
This issue is a bug
priority/medium
Medium priority issue
Jira Link: DB-3979
Description
When a colocated table is completely DELETED (not HIDDEN), it is not removed from the
table_ids
list ofSysTabletsEntryPB
of the colocated tablet. Given that the table has no chance of coming back, we should remove it from this list as well. We have a couple of places in the code where we log a warning if tables from this list aren't found in the cluster because of this reason; they should also be modified to FATAL so that other types of genuine bugs such as corruption can be detected.The text was updated successfully, but these errors were encountered: