-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tiered Caching] Add a memory-efficient key lookup store for use in tiered cache #10874
[Tiered Caching] Add a memory-efficient key lookup store for use in tiered cache #10874
Commits on Jan 12, 2024
-
[Tiered caching] Integrating ehcache disk cache
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3afcb42 - Browse repository at this point
Copy the full SHA 3afcb42View commit details
Commits on Jan 16, 2024
-
Adding suppressForbidden for File.io used by ehcache
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00f4545 - Browse repository at this point
Copy the full SHA 00f4545View commit details
Commits on Jan 17, 2024
-
Implements a memory-efficient roaring bitmap-based keystore for use i…
…n disk cache tier Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a026a8 - Browse repository at this point
Copy the full SHA 1a026a8View commit details -
Addressed Sagar's comments besides new counter/arraylist setup for re…
…moving keys Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for f25a2dc - Browse repository at this point
Copy the full SHA f25a2dcView commit details -
Implemented/tested counter+removal list setup to allow more removals
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1cf743b - Browse repository at this point
Copy the full SHA 1cf743bView commit details -
removed exceptions from interface signatures
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for cccbdb7 - Browse repository at this point
Copy the full SHA cccbdb7View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1446103 - Browse repository at this point
Copy the full SHA 1446103View commit details -
Optimized modulo calculation with bitmask
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 0c44af6 - Browse repository at this point
Copy the full SHA 0c44af6View commit details -
Changed memory size estimator to reflect optimized modulo
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 88b40d8 - Browse repository at this point
Copy the full SHA 88b40d8View commit details -
Optimized size estimation, cleanup
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 8534489 - Browse repository at this point
Copy the full SHA 8534489View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 65d2955 - Browse repository at this point
Copy the full SHA 65d2955View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 9790c16 - Browse repository at this point
Copy the full SHA 9790c16View commit details
Commits on Jan 22, 2024
-
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30ad4e9 - Browse repository at this point
Copy the full SHA 30ad4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcf2f4 - Browse repository at this point
Copy the full SHA 6bcf2f4View commit details -
Merge branch 'main' into ehcache_disk_integ
Signed-off-by: Sagar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c18a82 - Browse repository at this point
Copy the full SHA 6c18a82View commit details
Commits on Jan 25, 2024
-
Exposing ehcache disk cache variant as a plugin
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5e5afd - Browse repository at this point
Copy the full SHA a5e5afdView commit details -
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c74992f - Browse repository at this point
Copy the full SHA c74992fView commit details -
Making ICache extend Closeable
Signed-off-by: Sagar Upadhyaya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06386b0 - Browse repository at this point
Copy the full SHA 06386b0View commit details
Commits on Jan 26, 2024
-
Change keystore implementation to live in a module
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 48185f8 - Browse repository at this point
Copy the full SHA 48185f8View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for cdea52d - Browse repository at this point
Copy the full SHA cdea52dView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 62b80ca - Browse repository at this point
Copy the full SHA 62b80caView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 6be8c6c - Browse repository at this point
Copy the full SHA 6be8c6cView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 61cb54d - Browse repository at this point
Copy the full SHA 61cb54dView commit details
Commits on Jan 27, 2024
-
fixed name of plugin in build.gradle
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ce88ee8 - Browse repository at this point
Copy the full SHA ce88ee8View commit details
Commits on Jan 29, 2024
-
Seeing if applying plugins removes javadoc requirement
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 8201696 - Browse repository at this point
Copy the full SHA 8201696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cd84a - Browse repository at this point
Copy the full SHA 04cd84aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e73b9 - Browse repository at this point
Copy the full SHA f4e73b9View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedJan 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 5261cdf - Browse repository at this point
Copy the full SHA 5261cdfView commit details
Commits on Feb 1, 2024
-
Merge remote-tracking branch 'sgup432/ehcache_disk_integ' into keysto…
…re-squashed
Peter Alfonsi committedFeb 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 651e1aa - Browse repository at this point
Copy the full SHA 651e1aaView commit details -
Moved keystore to the ehcache plugin
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedFeb 1, 2024 Configuration menu - View commit details
-
Copy full SHA for c700142 - Browse repository at this point
Copy the full SHA c700142View commit details