krummas commented on code in PR #4613:
URL: https://github.com/apache/cassandra/pull/4613#discussion_r2924629000
##########
src/java/org/apache/cassandra/tcm/membership/NodeId.java:
##########
@@ -32,6 +32,7 @@
public class NodeId implements Comparable<NodeId>,
MultiStepOperation.SequenceKey
{
+ public static final NodeId UNREGISTERED = new NodeId(-1);
Review Comment:
should we throw in `toUUID` below if we're unregistered? Just to make sure
we don't accidentally write the unregistered UUID to a system table or something
--
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]