-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix ClusterSingletonProxy fails to reacquire singleton actor #7315
Fix ClusterSingletonProxy fails to reacquire singleton actor #7315
Conversation
…b.com:Arkatufus/akka.net into Fix_ClusterSingletonProxy_failed_to_reacquire
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self review
// try to re-acquire singleton in-case this is caused by a lost lease condition | ||
IdentifySingleton(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actual fix, just try to re-acquire immediately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes akkadotnet/Akka.Management#2490
Changes