-
Notifications
You must be signed in to change notification settings - Fork 164
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 <alexpax@amazon.co.uk> * Require Clone on ObjectClient Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Implement initial draft of shared cache in Express Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Encode cache version and block size into keys Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Decouple DataCacheError from io::Error Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Improve error handling Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Add unit test Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Allow sharing the cache when mounting with different prefixes Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> * Fix flow-control window Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk> --------- Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
- 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.