mirror of https://github.com/apache/cassandra
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:
parent
9fe32fa8b5
commit
1086d10965
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue