Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
There was a check introduced in CASSANDRA-8272 telling if an index is a SASI index and if it is, replica filtering protection was not triggered.
There might be other custom index implementations which also do not support filtering protection and they do not have to be SASI indices neccessarily, however it is not possible to exclude them.
PR trunk
https://github.com/apache/cassandra/pull/844
PR 3.11
https://github.com/apache/cassandra/pull/847
PR 3.0
https://github.com/apache/cassandra/pull/848
Attachments
Issue Links
- is caused by
-
CASSANDRA-8272 2ndary indexes can return stale data
- Resolved