aweisberg commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1915607782
##########
src/java/org/apache/cassandra/service/reads/ReplicaFilteringProtection.java:
##########
@@ -156,14 +156,15 @@ private UnfilteredPartitionIterator
executeReadCommand(ReadCommand cmd, Replica
ReadCallback<EndpointsForToken, ReplicaPlan.ForTokenRead> handler =
new ReadCallback<>(resolver, cmd, replicaPlan, requestTime);
- if (source.isSelf())
+ if (source.isSelf() && coordinator.localReadSupported())
Review Comment:
Why is it always false? It's true for the default eventually consistent
coordinator.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]