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

Fix rare hang during raft_server->shutdown(). #105

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

yong-li
Copy link
Contributor

@yong-li yong-li commented Mar 3, 2020

If bg_append_ea_->invoke(); is invoked between reset() and wait() it will become a no-op, and the background append thread will wait forever.

Added other cosmetic changes to improve diagnostic logging.

@greensky00 greensky00 merged commit c7db414 into eBay:master Mar 3, 2020
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.

2 participants