dcapwell commented on code in PR #3416:
URL: https://github.com/apache/cassandra/pull/3416#discussion_r1777764607
##########
test/distributed/org/apache/cassandra/fuzz/topology/TopologyMixupTestBase.java:
##########
@@ -131,9 +131,9 @@ private enum RemoveType
state ->
ClusterUtils.waitForCMSToQuiesce(state.cluster, state.cmsGroup));
}
- private Command<State<S>, Void, ?> stopInstance(int toRemove)
+ private Command<State<S>, Void, ?> stopInstance(int toRemove, String why)
Review Comment:
this was a logging bug... `nodetool removenode` also calls this method, but
we would log that it was for `assassinate`!
--
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]