jmckenzie-dev commented on code in PR #3724:
URL: https://github.com/apache/cassandra/pull/3724#discussion_r1936205632


##########
src/java/org/apache/cassandra/utils/concurrent/WaitQueue.java:
##########
@@ -74,7 +74,7 @@
  * to be met that we no longer need.
  * <p>5. This scheme is not fair</p>
  * <p>6. Only the thread that calls register() may call await()</p>
- *
+ * <p>6. A signal can be cancelled while it is within await() if the invoking 
thread is interrupted</p>

Review Comment:
   nit: think this should be point 7 shouldn't it?



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