Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Normal
Description
Creating a compact storage table with dynamic composite type, then running ALTER TALBE ... DROP COMPACT STORAGE and then restarting the node will crash Cassandra node, since the Index Target is fetched using hashmap / strict equality. We need to fall back to linear search when index target can't be found (which should not be happening often).
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-14468 "Unable to parse targets for index" on upgrade to Cassandra 3.0.10-3.0.16
- Resolved