dcapwell commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1915659420


##########
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:
   i didn't say its always false, i said its only false once you use 
`AccordInteropExecution`.  This comment is to help me keep track of code i need 
to double check... documenting in GH lets me not have to keep my own notes and 
lets me not question this again



-- 
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]

Reply via email to