-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary division of live-repair functions (#1469)
Previously, we broke live-repair into two phases: - Check for the next live-repair job - Perform that job (and subsequent jobs that were made ready) This division was to "avoid locking the `GuestWork` structure if live-repair can't continue" (according to the docstring). However, the `GuestWork` is now owned by the `Upstairs` (without a lock), so the two-phase operation is no longer necessary.
- Loading branch information
Showing
2 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters