forked from google/leveldb
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task AB# 1310789: [LevelDB] Add mechanism to request suspension of ba…
…ckground (BG Thread) tasks, to allow the db to go into a suspended state and fix deadlock caused by mechanism (#6) * Added mechanism to request suspension of background (BG Thread) tasks, to allow the db to go into a suspended state * Fix deadlock in leveldbd that could occur when attempting to shut down while db was in the middle of compaction phase. * fixing tests --------- Co-authored-by: tedzu <[email protected]>
- Loading branch information
1 parent
336b207
commit 12d8819
Showing
4 changed files
with
52 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
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