Skip to content

Commit

Permalink
Be more explicit that a node is shutting down as it was marked as DOWN (
Browse files Browse the repository at this point in the history
#5821)

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
ismaelhamed and Aaronontheweb authored Apr 5, 2022
1 parent 161c9d5 commit da0f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Cluster/ClusterDaemon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ private void ShutdownSelfWhenDown()
{
// the reason for not shutting down immediately is to give the gossip a chance to spread
// the downing information to other downed nodes, so that they can shutdown themselves
_cluster.LogInfo("Shutting down myself");
_cluster.LogInfo("Node has been marked as DOWN. Shutting down myself");
// not crucial to send gossip, but may speedup removal since fallback to failure detection is not needed
// if other downed know that this node has seen the version
SendGossipRandom(MaxGossipsBeforeShuttingDownMyself);
Expand Down

0 comments on commit da0f734

Please sign in to comment.