-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
81004: asim: replica load adapter r=kvoli a=kvoli This patch introduces an adapter for the simulator state of load on stores and replicas, into the datastructures supported by the allocator. Replica load may be experimented with in the future and this patch defines an interface for interacting with recording and summarizing replica load. Store load is partially an aggregaton of replica load and therefore relies on the replica load interface to calculate capacity. Release note: None 81144: asim: fix uniqueness invariant on adding ranges r=kvoli a=kvoli Previously adding a new range would be not hold the invariant that minKey [minKey,endKey) must be unique. This patch updates the assertion and adds testing for this invariant. Release note: None 81306: cli/zip: include all system tables by default r=rimadeodhar,ajwerner a=knz Fixes #81303. This makes the code use a deny-list (opt out) instead of an allow-list. Release note: None Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
- Loading branch information
Showing
13 changed files
with
382 additions
and
133 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
Oops, something went wrong.