forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the bug in positional delete file traversal (facebookincubator#9023)
Summary: When a delete file has been read to the end and erased, the iter should not be incremented, otherwise the next delete file will be skipped. Pull Request resolved: facebookincubator#9023 Reviewed By: pedroerp Differential Revision: D54752335 Pulled By: Yuhta fbshipit-source-id: 95540a6b15dc74f698080590037976dea9a4d2ac
- Loading branch information
1 parent
30ca1fb
commit 0fbd61a
Showing
2 changed files
with
77 additions
and
33 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