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

tabletmanager: Fully stop shard sync loop on shutdown. #5667

Merged
merged 2 commits into from
Jan 9, 2020

Conversation

enisoc
Copy link
Member

@enisoc enisoc commented Jan 7, 2020

We've received reports of a panic upon vttablet shutdown that we believe comes from the shard sync loop trying to restart its watch. This change ensures that the shard sync loop is fully stopped before we close the topology client.

cc @rafael

We've received reports of a panic upon vttablet shutdown that we believe
comes from the shard sync loop trying to restart its watch. This change
ensures that the shard sync loop is fully stopped before we close the
topology client.

Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
@enisoc enisoc requested a review from deepthi January 7, 2020 23:50
@enisoc enisoc requested a review from sougou as a code owner January 7, 2020 23:50
Copy link
Member

@deepthi deepthi left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@rafael rafael left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
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