-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We want to compute the diff between the inflight for each bucket at the beginning of its scan with the inflight at the end of the count-items job. this ensure that we do not lose any information between the start of a scan and the end of count-items, that would cause quotas to be exceeded as inflights are lost. The limitation of this implementation comes from the fact that inflights are not created in buckets when there is only quotas on Accounts. This is something we will improve on Scuba:Cloudserver side; so the introduced implementation will be future-proof.
- Loading branch information
1 parent
bc28c67
commit 3fa48b9
Showing
2 changed files
with
139 additions
and
3 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