Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster coordinated leave fix for empty cluster #3516

Merged

Conversation

zbynek001
Copy link
Contributor

No description provided.

@zbynek001 zbynek001 changed the title cluster coordinated leave fix for empty cluster [WIP] cluster coordinated leave fix for empty cluster Jun 18, 2018
@zbynek001 zbynek001 force-pushed the cluster-coordinatedshutdown-fix branch from d0daf74 to 2146a4e Compare June 18, 2018 16:37
@zbynek001 zbynek001 changed the title [WIP] cluster coordinated leave fix for empty cluster cluster coordinated leave fix for empty cluster Jun 18, 2018
@Aaronontheweb Aaronontheweb self-requested a review June 18, 2018 19:29
@@ -1075,7 +1075,13 @@ private void AddCoordinatedLeave()
{
var sys = Context.System;
var self = Self;
_coordShutdown.AddTask(CoordinatedShutdown.PhaseClusterExiting, "wait-exiting", () => _selfExiting.Task);
_coordShutdown.AddTask(CoordinatedShutdown.PhaseClusterExiting, "wait-exiting", () =>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change will be introduced also in #3284

@Aaronontheweb Aaronontheweb merged commit 98a740f into akkadotnet:dev Jun 19, 2018
@Aaronontheweb Aaronontheweb added this to the 1.3.9 milestone Jun 19, 2018
@zbynek001 zbynek001 deleted the cluster-coordinatedshutdown-fix branch July 16, 2021 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants