Skip to content
Snippets Groups Projects
Commit 5342489f authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

[Bugfix] Remove deadlock that happens when the main thread tries to

block all worker threads to do its periodic work (liveness checking and
checkpointing) while the worker threads finish concurrently. This makes
the main thread wait indefinitely.

The chance for this bug has been drastically increased by the fix in
commit ea6532a2 (check liveness
independent of checkpointing timer).
parent a51bb242
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment