Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
The markIndexBuilt and markIndexRemoved methods on SecondaryIndexManager incorrectly supply the table name to the methods on SystemKeyspace which update the underlying system table. They should pass the keyspace name instead, which results in incorrect rows being written to/removed from the system table when a rebuild of the index is performed.
Attachments
Issue Links
- is related to
-
CASSANDRA-15565 Fix flaky test org.apache.cassandra.index.internal.CassandraIndexTest indexCorrectlyMarkedAsBuildAndRemoved
- Resolved