-
Notifications
You must be signed in to change notification settings - Fork 149
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
Avoid unnecessary shard updates while shutting down #1342
Conversation
looks sensible to me - let's see what other reviewers say When we get a fix in, we might want to backport it to 1.0.x. I think we should make a 1.0.3 release in the next few weeks. |
Would be good to have that in 1.0.3 |
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.
looks good to me.
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
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, Thanks.
ShardUpdate
will only notify Shard to start detecting the passivation. This is seems like a harmless change.
* Avoid unnecessary shard updates while shutting down * Avoid re-creating the same message for each shard
Refs #1341