Skip to content

Commit

Permalink
STAR-573 Make assassinate more resilient to missing tokens (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Stupp <[email protected]>
(cherry picked from commit 4109c73)
(cherry picked from commit 47d1561)
(cherry picked from commit 5ad7d9a)
(cherry picked from commit bfc48db)
(cherry picked from commit e6d6076)
  • Loading branch information
k-rus authored and jacek-lewandowski committed Oct 18, 2022
1 parent 8dd8b4b commit 69d426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/gms/Gossiper.java
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ void doStatusCheck()
// to make sure that the previous read data was correct
logger.info("Race condition marking {} as a FatClient; ignoring", endpoint);
return;
}
}
removeEndpoint(endpoint); // will put it in justRemovedEndpoints to respect quarantine delay
evictFromMembership(endpoint); // can get rid of the state immediately
});
Expand Down

0 comments on commit 69d426f

Please sign in to comment.