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


##########
src/java/org/apache/cassandra/tcm/CMSOperations.java:
##########
@@ -243,4 +244,16 @@ public void unregisterLeftNodes(List<String> nodeIdStrings)
             cms.commit(new Unregister(nodeId, EnumSet.of(NodeState.LEFT)));
         }
     }
+
+    @Override
+    public void accordMarkStale(List<String> nodeIdStrings)

Review Comment:
   Right, "mark" == "append" and "unmark" will be "remove" (and both will take 
lists shortly...)



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