Skip to content

Commit da0f734

Browse files
Be more explicit that a node is shutting down as it was marked as DOWN (#5821)
Co-authored-by: Aaron Stannard <[email protected]>
1 parent 161c9d5 commit da0f734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Akka.Cluster/ClusterDaemon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ private void ShutdownSelfWhenDown()
22432243
{
22442244
// the reason for not shutting down immediately is to give the gossip a chance to spread
22452245
// the downing information to other downed nodes, so that they can shutdown themselves
2246-
_cluster.LogInfo("Shutting down myself");
2246+
_cluster.LogInfo("Node has been marked as DOWN. Shutting down myself");
22472247
// not crucial to send gossip, but may speedup removal since fallback to failure detection is not needed
22482248
// if other downed know that this node has seen the version
22492249
SendGossipRandom(MaxGossipsBeforeShuttingDownMyself);

0 commit comments

Comments
 (0)