-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] Log compaction fix in presence of concurrent updates (#406)
* [C#] Log compaction fix in presence of concurrent updates * Refactor scan iterator to shared base class. * Log compaction updates. * Wrap functions used for compaction so that ConcurrentWriter is not triggered. * Cleaned up iteration and compaction APIs. * Remove faulty test.
- Loading branch information
Showing
20 changed files
with
449 additions
and
858 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
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
Oops, something went wrong.