In-jvm dtest RepairTest fails with storage_compatibility_mode: NONE

Patch by Berenguer Blasi; reviewed by brandonwilliams for CASSANDRA-19085
This commit is contained in:
Bereng 2024-01-31 08:29:25 +01:00
parent 9fe32fa8b5
commit 1086d10965
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ public class Gossiper implements IFailureDetectionEventListener, GossiperMBean,
VersionedValue shutdown = remoteState.getApplicationState(ApplicationState.STATUS_WITH_PORT);
if (shutdown == null)
throw new AssertionError("Remote shutdown sent but missing STATUS_WITH_PORT; " + remoteState);
remoteState.getHeartBeatState().forceHighestPossibleVersionUnsafe();
endpointStateMap.put(endpoint, remoteState);
markDead(endpoint, remoteState);
FailureDetector.instance.forceConviction(endpoint);