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

[MIST-1166] Handling recovery with no failed groups #1167

Merged
merged 4 commits into from
Jul 4, 2018

Conversation

DifferentSC
Copy link
Contributor

This PR closes #1166 via

  • Set conditional variable when there is no failed groups in RecoveryScheduler.

if (failedGroups.isEmpty()) {
// Release the possibly awaiting thread when the failed groups are empty.
lock.lock();
isRecoveryOngoing.set(true);
Copy link
Contributor

Choose a reason for hiding this comment

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

why is it true?

@taegeonum
Copy link
Contributor

LGTM. I'm merging it

@taegeonum taegeonum merged commit 9c18321 into snuspl:master Jul 4, 2018
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.

Recovery process is stuck with no recovered groups
2 participants