-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Flush blocks asynchronously when hashing from memory
If we're reading data from the in-memory cache, we should not block on the flush-to-disk aspect. As we are holding the incremental hash lock for that piece we need to avoid lengthy delays from operations like flushing to disk.
- Loading branch information
1 parent
a0de480
commit 882f536
Showing
1 changed file
with
16 additions
and
13 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