-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix send/recv unprotected when 2 at once
If more than one bucket_send/recv would try to start on the same bucket on the same storage, it could lead to the bucket recovery or GC when there would be no need for it. Data couldn't be lost, and it wouldn't occur during automatic rebalancing, but manual usage of those functions could fail when it shouldn't have. Closes #434
- Loading branch information
Showing
2 changed files
with
113 additions
and
7 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