Skip to content
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

Add tiered stats to request cache response #8

Draft
wants to merge 10 commits into
base: framework-serialized
Choose a base branch
from

Commits on Oct 18, 2023

  1. added test entries metric for on heap

    Peter Alfonsi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c760594 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'framework-serialized' into update_node_stats

    Fixing initialization issue that broke IT tests
    Peter Alfonsi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0b2e506 View commit details
    Browse the repository at this point in the history
  3. Added check for new entries field in IT test, added permissions allow…

    …ing the domain to run
    Peter Alfonsi committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4680ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Initial implementation for tiered node request cache stats

    Peter Alfonsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c300d8b View commit details
    Browse the repository at this point in the history
  2. Added version checks to streaming functions

    Peter Alfonsi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9d8d433 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Added UT for RequestCacheStats

    Peter Alfonsi committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7d03562 View commit details
    Browse the repository at this point in the history
  2. Added IT for disk tier stats, plus spotlessApply

    Peter Alfonsi committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c5099f1 View commit details
    Browse the repository at this point in the history
  3. cleaned up

    Peter Alfonsi committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    64b4bb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Addressed comments besides moving IT tests into IndicesRequestCacheIT…

    ….java
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Peter Alfonsi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    157ca6e View commit details
    Browse the repository at this point in the history
  2. Added/tested get time EWMA to non-heap tiers

    Peter Alfonsi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    81c038a View commit details
    Browse the repository at this point in the history