-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of a shared cache on S3 Express (#1032)
* Make cache block size user configurable (default 1024 KiB) Signed-off-by: Alessandro Passaro <[email protected]> * Require Clone on ObjectClient Signed-off-by: Alessandro Passaro <[email protected]> * Implement initial draft of shared cache in Express Signed-off-by: Alessandro Passaro <[email protected]> * Encode cache version and block size into keys Signed-off-by: Alessandro Passaro <[email protected]> * Decouple DataCacheError from io::Error Signed-off-by: Alessandro Passaro <[email protected]> * Improve error handling Signed-off-by: Alessandro Passaro <[email protected]> * Add unit test Signed-off-by: Alessandro Passaro <[email protected]> * Allow sharing the cache when mounting with different prefixes Signed-off-by: Alessandro Passaro <[email protected]> * Fix flow-control window Signed-off-by: Alessandro Passaro <[email protected]> --------- Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
12 changed files
with
373 additions
and
66 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
Oops, something went wrong.