-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
free operation queue semaphore in process snapshot chunk and when hit…
…ting error in handleSnapshot that prevents us from calling process snapshot chunk (#1420) * free operation queue semaphore in process snapshot chunk and when hitting error in handleSnapshot that prevents us from calling process snapshot chunk * set log level to 1 for frequently seen log lines * free operation queue semaphore if chunk is empty * make StateSemaphoreLock an RW lock b/c GetStatus doesn't need a write lock * don't hold chain lock in SetSnapshotChunk. Only get initial checksum bytes if checksum isn't disabled * don't unlock mainDbMutex in SetSnapshotChunk * acquire chain lock before calling LatestLocator * Diamondhands/review free operation queue semaphore in process chunk (#1423) * make GetUtxoViewAndUtxoOpsAtBlockHash public (#1422) * review * remove fixmes and add comments --------- Co-authored-by: Lazy Nina <[email protected]> Co-authored-by: Lazy Nina <[email protected]> --------- Co-authored-by: diamondhands <[email protected]> Co-authored-by: diamondhands0 <[email protected]>
- Loading branch information
1 parent
5dfcd92
commit 3cc2234
Showing
6 changed files
with
57 additions
and
28 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
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