aweisberg commented on code in PR #4378:
URL: https://github.com/apache/cassandra/pull/4378#discussion_r2383252658


##########
src/java/org/apache/cassandra/db/AbstractReadCommandVerbHandler.java:
##########
@@ -107,6 +108,7 @@ else if 
(localComparisonEpoch.isAfter(readCommand.serializedAtEpoch()))
 
     private ClusterMetadata checkTokenOwnership(ClusterMetadata metadata, 
Message<T> message)
     {
+        boolean acceptsTransient = message.verb() != Verb.READ_REQ;

Review Comment:
   Nothing reads from transient replicas via this path and verb handler now 
since Blake reworked summary requests to be their own verb. I'll update this.



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