Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
Normal
Description
Auth/Trace/Distributed Keyspaces or Tables dropped are not created on startup although a log message MigrationManager.java:220 - Create new table: TableMetadata... appears.
Steps to reproduce:
- Start node
- DROP TABLE system_distributed.view_build_status;
- DROP TABLE system_distributed.repair_history;
- Stop node
- Start node
- Tables are not created, but log messages appear
Cause:
System's keyspaces or tables are created with timestamp 0 in CASSANDRA-13441
Attachments
Issue Links
- is related to
-
CASSANDRA-13441 Schema version changes for each upgraded node in a rolling upgrade, causing migration storms
- Resolved
- is superceded by
-
CASSANDRA-13813 Don't let user drop (or generally break) tables in system_distributed
- Resolved