dcapwell commented on code in PR #3656:
URL: https://github.com/apache/cassandra/pull/3656#discussion_r1828448041
##########
test/distributed/org/apache/cassandra/fuzz/topology/TopologyMixupTestBase.java:
##########
@@ -297,6 +345,7 @@ private enum RemoveType
logger.info("node{} starting host replacement;
epoch={}", adding.id,
HackSerialization.tcmEpochAndSync(s2.cluster.getFirstRunningInstance()));
removing.status =
TopologyHistory.Node.Status.BeingReplaced;
IInvokableInstance inst =
ClusterUtils.replaceHostAndStart(s2.cluster, toReplace);
+ ClusterUtils.assertModeJoined(inst);
Review Comment:
if the startup was not success, die in a fire
--
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]