bdeggleston commented on code in PR #4015:
URL: https://github.com/apache/cassandra/pull/4015#discussion_r2018962879


##########
src/java/org/apache/cassandra/service/paxos/Ballot.java:
##########
@@ -38,6 +38,7 @@
 public class Ballot extends TimeUUID
 {
     public static final long serialVersionUID = 1L;
+    private static final long LEGACY_MIN_CLOCK_SEQ_AND_NODE = 
0x8080808080808080L;

Review Comment:
   no I think that would be fine. I'd thought it had been removed from TimeUUID 
from some reason, which is why I copied it here



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to