Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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