Skip to content

Commit

Permalink
[WIP] possible fix for #2492
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-s committed Feb 2, 2017
1 parent 6137e36 commit 541433c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Akka.Cluster/ClusterDaemon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,8 @@ public void Leaving(Address address)

_log.Info("Marked address [{0}] as [{1}]", address, MemberStatus.Leaving);
Publish(_latestGossip);
// immediate gossip to speed up the leaving process
SendGossip();
}
}

Expand Down

0 comments on commit 541433c

Please sign in to comment.