This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Ensure the caches always return Deferreds #5583
Closed
Closed
Conversation
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
Codecov Report
@@ Coverage Diff @@
## develop #5583 +/- ##
===========================================
- Coverage 63.15% 62.64% -0.51%
===========================================
Files 328 328
Lines 35901 35880 -21
Branches 5914 5907 -7
===========================================
- Hits 22672 22477 -195
- Misses 11604 11752 +148
- Partials 1625 1651 +26 |
Codecov Report
@@ Coverage Diff @@
## develop #5583 +/- ##
===========================================
+ Coverage 63.15% 63.17% +0.02%
===========================================
Files 328 328
Lines 35901 35896 -5
Branches 5914 5915 +1
===========================================
+ Hits 22672 22679 +7
+ Misses 11604 11590 -14
- Partials 1625 1627 +2 |
I think this is fixing #5582, among other things |
I believe we heavily rely on this feature to ensure that our cache memory usage is proportional to the cache size? Without it we'll end up with unpredictable memory usage. |
I fear this has bit-rotten beyond repair :/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This stores Deferreds consistently inside the cache.