-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inferno-vc] Cached client and server logging. More granular cache lo…
…cks. Cleanup (#143) This PR adds logging to cached client to see hits/misses and makes the thundering-herd-prevention locks more granular while only taking the lock when actually fetching upstream. Also does some cleanup in that module so the thundering-herd-prevention logic is easier to inspect and functions have names that better describe what they do. This is 3rd take of #139 but this time the semantics of fetchVCObjectClosureHashes is not modified
- Loading branch information
Showing
5 changed files
with
184 additions
and
84 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
Oops, something went wrong.