maedhroz commented on code in PR #3274:
URL: https://github.com/apache/cassandra/pull/3274#discussion_r1591703653


##########
src/java/org/apache/cassandra/db/MutationVerbHandler.java:
##########
@@ -41,6 +43,13 @@ private void failed()
 
     public void doVerb(Message<Mutation> message)
     {
+        if (approxTime.now() > message.expiresAtNanos())

Review Comment:
   So the approximate times are safe to compare across nodes? (Looks like 
they're corrected w/ epoch time, but just making sure...)



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