We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c9d5 commit da0f734Copy full SHA for da0f734
src/core/Akka.Cluster/ClusterDaemon.cs
@@ -2243,7 +2243,7 @@ private void ShutdownSelfWhenDown()
2243
{
2244
// the reason for not shutting down immediately is to give the gossip a chance to spread
2245
// the downing information to other downed nodes, so that they can shutdown themselves
2246
- _cluster.LogInfo("Shutting down myself");
+ _cluster.LogInfo("Node has been marked as DOWN. Shutting down myself");
2247
// not crucial to send gossip, but may speedup removal since fallback to failure detection is not needed
2248
// if other downed know that this node has seen the version
2249
SendGossipRandom(MaxGossipsBeforeShuttingDownMyself);
0 commit comments