Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Consistency
-
Low
-
Low Hanging Fruit
-
Code Inspection
-
All
-
None
-
Description
When the DescribeStatement is executed, it initially gets the current schema snapshot and the schema version with two separate unsynchronized calls. When the schema is being modified around that time, the schema snapshot and schema version may diverge which will result in failing or inconsistent paging. This is not super important but it is easy to fix.
Attachments
Issue Links
- Discovered while testing
-
CASSANDRA-18747 Test failure: Fix assertion error AssertionError: Unknown keyspace system_auth\n\tat org.apache.cassandra.db.Keyspace.<init>(Keyspace.java:324)\n\tat org.apache.cassandra.db.Keyspace.lambda$open$0(Keyspace.java:162)
- Resolved
- links to