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

Check if the thread is joinable before joining in replication thread #1195

Merged
merged 3 commits into from
Dec 18, 2022
Merged

Check if the thread is joinable before joining in replication thread #1195

merged 3 commits into from
Dec 18, 2022

Conversation

git-hulk
Copy link
Member

This may close #1194 which is a flaky test CI and it may coredump when joining the replication thread in server::Stop. So let's check if the thread is joinable and still throws the exception if it's NOT caused by the thread join state.

@git-hulk
Copy link
Member Author

Thanks all, merging...

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.

The replication thread core dump when stopping the thread
3 participants