dcapwell commented on code in PR #103:
URL: https://github.com/apache/cassandra-accord/pull/103#discussion_r1777740030


##########
accord-core/src/main/java/accord/topology/Shard.java:
##########
@@ -116,6 +116,8 @@ public String toString(boolean extendedInfo)
                     sb.append('f');
             }
             sb.append(')');
+            if (!joining.isEmpty())

Review Comment:
   unrelated but its been useful to see how we handle TCM transitions... during 
host replacements we go into "joining" but logically we are "leaving" =D



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