aweisberg commented on code in PR #4378:
URL: https://github.com/apache/cassandra/pull/4378#discussion_r2383305667
##########
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:
Actually the summary requests go through here so I will use summary request
verb to check.
--
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]