-
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] Stats rework (1/3): Interfaces and implementations for individual tiers #12531
[Tiered Caching] Stats rework (1/3): Interfaces and implementations for individual tiers #12531
Commits on Mar 4, 2024
-
Changes ICache to use ICacheKey
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for f6e2330 - Browse repository at this point
Copy the full SHA f6e2330View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 9e147c8 - Browse repository at this point
Copy the full SHA 9e147c8View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a1f249a - Browse repository at this point
Copy the full SHA a1f249aView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 3783684 - Browse repository at this point
Copy the full SHA 3783684View commit details -
Changes to ICache builders etc
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 3623858 - Browse repository at this point
Copy the full SHA 3623858View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 818c43d - Browse repository at this point
Copy the full SHA 818c43dView commit details -
Changed on heap cache to align with new interfaces
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 64fb5ea - Browse repository at this point
Copy the full SHA 64fb5eaView commit details -
Made TSC use the new interface changes
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 9dd7e1b - Browse repository at this point
Copy the full SHA 9dd7e1bView commit details -
Made stats() part of ICache interface
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 09be0ad - Browse repository at this point
Copy the full SHA 09be0adView commit details -
Changed ehcache to work with new changes to interfaces
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 52098b0 - Browse repository at this point
Copy the full SHA 52098b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d0b62 - Browse repository at this point
Copy the full SHA 04d0b62View commit details -
Suppresses rawtypes warnings where needed in ehcache
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for ad2b4ce - Browse repository at this point
Copy the full SHA ad2b4ceView commit details
Commits on Mar 5, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a29a46 - Browse repository at this point
Copy the full SHA 9a29a46View commit details -
Changes TSC tests to work with new changes
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 17e93fb - Browse repository at this point
Copy the full SHA 17e93fbView commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c122e3 - Browse repository at this point
Copy the full SHA 1c122e3View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 5cf3585 - Browse repository at this point
Copy the full SHA 5cf3585View commit details -
Suppressed unchecked cast warnings where needed
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d27f38 - Browse repository at this point
Copy the full SHA 9d27f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1affc1 - Browse repository at this point
Copy the full SHA f1affc1View commit details -
Fixed missing dimension names in TSC on heap cache builder
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for f841d7a - Browse repository at this point
Copy the full SHA f841d7aView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f62582 - Browse repository at this point
Copy the full SHA 5f62582View commit details -
commented out test which leaks threads
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 0345e27 - Browse repository at this point
Copy the full SHA 0345e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25852a1 - Browse repository at this point
Copy the full SHA 25852a1View commit details -
Rerunning gradle for flaky test failure
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 70f6222 - Browse repository at this point
Copy the full SHA 70f6222View commit details
Commits on Mar 6, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a4a195 - Browse repository at this point
Copy the full SHA 6a4a195View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for cd0d430 - Browse repository at this point
Copy the full SHA cd0d430View commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d82d9b - Browse repository at this point
Copy the full SHA 0d82d9bView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 17c2202 - Browse repository at this point
Copy the full SHA 17c2202View commit details
Commits on Mar 7, 2024
-
Removed commented-out stats lines in TSC
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for ca13c5f - Browse repository at this point
Copy the full SHA ca13c5fView commit details
Commits on Mar 8, 2024
-
Addressed Sagar's minor comments
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for a40211f - Browse repository at this point
Copy the full SHA a40211fView commit details
Commits on Mar 9, 2024
-
Addressed Sagar's comment on allowing user to pick which dimension co…
…mbinations to track Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a2d1986 - Browse repository at this point
Copy the full SHA a2d1986View commit details
Commits on Mar 14, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 5411ad7 - Browse repository at this point
Copy the full SHA 5411ad7View commit details -
Addressed Michael's round 2 comments
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for a0ff075 - Browse repository at this point
Copy the full SHA a0ff075View commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 81f4806 - Browse repository at this point
Copy the full SHA 81f4806View commit details
Commits on Mar 15, 2024
-
Integrate stats changes with most recent IRC changes
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 25570e4 - Browse repository at this point
Copy the full SHA 25570e4View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for ad01eec - Browse repository at this point
Copy the full SHA ad01eecView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 4828327 - Browse repository at this point
Copy the full SHA 4828327View commit details
Commits on Mar 19, 2024
-
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for a54e545 - Browse repository at this point
Copy the full SHA a54e545View commit details
Commits on Mar 21, 2024
-
Addressed minor comments + stats reset on index deletion
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d2da13 - Browse repository at this point
Copy the full SHA 4d2da13View commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f955fd - Browse repository at this point
Copy the full SHA 4f955fdView commit details
Commits on Mar 26, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 5ecdcff - Browse repository at this point
Copy the full SHA 5ecdcffView commit details
Commits on Mar 27, 2024
-
Changed aggregateByLevels to return tree structure
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fb3baaa - Browse repository at this point
Copy the full SHA fb3baaaView commit details
Commits on Mar 29, 2024
-
changed statsholder key to contain whole dimension
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for b5bded2 - Browse repository at this point
Copy the full SHA b5bded2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7363dba - Browse repository at this point
Copy the full SHA 7363dbaView commit details
Commits on Apr 1, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 1, 2024 Configuration menu - View commit details
-
Copy full SHA for c31ee32 - Browse repository at this point
Copy the full SHA c31ee32View commit details
Commits on Apr 2, 2024
-
Changes StatsHolder to originally store in a tree structure
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for e2a9536 - Browse repository at this point
Copy the full SHA e2a9536View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 7dfe706 - Browse repository at this point
Copy the full SHA 7dfe706View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f90e9 - Browse repository at this point
Copy the full SHA 30f90e9View commit details
Commits on Apr 3, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for d208412 - Browse repository at this point
Copy the full SHA d208412View commit details -
Fixed bug in StatsHolder.count()
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for c57fd95 - Browse repository at this point
Copy the full SHA c57fd95View commit details
Commits on Apr 4, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 5483054 - Browse repository at this point
Copy the full SHA 5483054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c326b - Browse repository at this point
Copy the full SHA 42c326bView commit details -
Added stats check when removing nodes
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ee05fe - Browse repository at this point
Copy the full SHA 2ee05feView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 96c531d - Browse repository at this point
Copy the full SHA 96c531dView commit details -
Made increment and removeDimension logic recursive
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1119068 - Browse repository at this point
Copy the full SHA 1119068View commit details -
Separated out dimensionnode for the two classes, more recursive work
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a7e6092 - Browse repository at this point
Copy the full SHA a7e6092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0474564 - Browse repository at this point
Copy the full SHA 0474564View commit details
Commits on Apr 5, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ef1d2a - Browse repository at this point
Copy the full SHA 2ef1d2aView commit details
Commits on Apr 8, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f9589a - Browse repository at this point
Copy the full SHA 5f9589aView commit details -
Addressed Ankit's synchronization + getter comments
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 8, 2024 Configuration menu - View commit details
-
Copy full SHA for ae936dc - Browse repository at this point
Copy the full SHA ae936dcView commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedApr 8, 2024 Configuration menu - View commit details
-
Copy full SHA for de701ab - Browse repository at this point
Copy the full SHA de701abView commit details -
fixed bug in populateStats + API annotations
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 8, 2024 Configuration menu - View commit details
-
Copy full SHA for a4e867d - Browse repository at this point
Copy the full SHA a4e867dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c81254f - Browse repository at this point
Copy the full SHA c81254fView commit details
Commits on Apr 9, 2024
-
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 14f6488 - Browse repository at this point
Copy the full SHA 14f6488View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51523e3 - Browse repository at this point
Copy the full SHA 51523e3View commit details -
Misc simplifications to MultiDimensionCacheStats
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d2e9b0 - Browse repository at this point
Copy the full SHA 2d2e9b0View commit details -
Moved stats removal tests to this PR
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 1e2273b - Browse repository at this point
Copy the full SHA 1e2273bView commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 93270f1 - Browse repository at this point
Copy the full SHA 93270f1View commit details
Commits on Apr 11, 2024
-
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 13289d3 - Browse repository at this point
Copy the full SHA 13289d3View commit details -
Made reading dimension node in MDCS recursive
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 93d53d5 - Browse repository at this point
Copy the full SHA 93d53d5View commit details -
Added javadocs for icachekeyserializer
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fabb315 - Browse repository at this point
Copy the full SHA fabb315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7f431 - Browse repository at this point
Copy the full SHA 2c7f431View commit details -
Moved aggregation logic to API PR
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fddd56e - Browse repository at this point
Copy the full SHA fddd56eView commit details -
Moved some tests from MDCS to StatsHolderTests
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c0c7b8e - Browse repository at this point
Copy the full SHA c0c7b8eView commit details -
Removed serialization logic of MDCS from this PR
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c96f474 - Browse repository at this point
Copy the full SHA c96f474View commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c037e1 - Browse repository at this point
Copy the full SHA 9c037e1View commit details -
removed unnecessary fns from this pr
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c0b3dd2 - Browse repository at this point
Copy the full SHA c0b3dd2View commit details
Commits on Apr 12, 2024
-
Renamed classes to make more sense, removed interface
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f59ee7 - Browse repository at this point
Copy the full SHA 2f59ee7View commit details -
Merge remote-tracking branch 'upstream/main' into tiramisu-stats-tiers
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for da9e485 - Browse repository at this point
Copy the full SHA da9e485View commit details -
Renamed snapshot -> ImmutableCacheStats
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for f60fb08 - Browse repository at this point
Copy the full SHA f60fb08View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for f465a22 - Browse repository at this point
Copy the full SHA f465a22View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 5283470 - Browse repository at this point
Copy the full SHA 5283470View commit details -
Signed-off-by: Peter Alfonsi <[email protected]>
Peter Alfonsi committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 54e12a3 - Browse repository at this point
Copy the full SHA 54e12a3View commit details