forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (awslabs#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.
0b7d0ae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.seq_read_direct
31161.33984375
MiB3384.1015625
MiB9.21
This comment was automatically generated by workflow using github-action-benchmark.