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

[Tiered Caching] Make Indices Request Cache Stale Key Mgmt Threshold setting dynamic #12941

Merged

Commits on Apr 25, 2024

  1. Update IndicesRequestCache.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    56b53d9 View commit details
    Browse the repository at this point in the history
  2. Update ClusterSettings.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6f287d9 View commit details
    Browse the repository at this point in the history
  3. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6781ab5 View commit details
    Browse the repository at this point in the history
  4. spotless

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    24d3701 View commit details
    Browse the repository at this point in the history
  5. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f18c060 View commit details
    Browse the repository at this point in the history
  6. some refactoring

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    503f66f View commit details
    Browse the repository at this point in the history
  7. Update IndicesRequestCache.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8bef059 View commit details
    Browse the repository at this point in the history
  8. address existing tests

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0b7c51e View commit details
    Browse the repository at this point in the history
  9. UTs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    663b8d6 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    52334bc View commit details
    Browse the repository at this point in the history
  11. ITs

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    234d1d1 View commit details
    Browse the repository at this point in the history
  12. spotless

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1eb0803 View commit details
    Browse the repository at this point in the history
  13. refactor

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c7deb01 View commit details
    Browse the repository at this point in the history
  14. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5a56c1e View commit details
    Browse the repository at this point in the history
  15. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    100ce72 View commit details
    Browse the repository at this point in the history
  16. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0d2fd01 View commit details
    Browse the repository at this point in the history
  17. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    827ae92 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    532ce4e View commit details
    Browse the repository at this point in the history
  19. Update CHANGELOG.md

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    55da364 View commit details
    Browse the repository at this point in the history
  20. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a36a00e View commit details
    Browse the repository at this point in the history
  21. Update IndicesRequestCache.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6f55b74 View commit details
    Browse the repository at this point in the history
  22. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9e67d87 View commit details
    Browse the repository at this point in the history
  23. resolve conflicts

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7994594 View commit details
    Browse the repository at this point in the history
  24. address code comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e14806a View commit details
    Browse the repository at this point in the history
  25. address code comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c44e2c5 View commit details
    Browse the repository at this point in the history
  26. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a10dff9 View commit details
    Browse the repository at this point in the history
  27. rename tests

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a4098b8 View commit details
    Browse the repository at this point in the history
  28. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    55a3be0 View commit details
    Browse the repository at this point in the history
  29. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0d85e10 View commit details
    Browse the repository at this point in the history
  30. resolve conflicts

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a3c12cd View commit details
    Browse the repository at this point in the history
  31. Update IndicesRequestCache.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b07278f View commit details
    Browse the repository at this point in the history
  32. code comments

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ed56c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' into kp/integration-test-stalekeys

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e05fae2 View commit details
    Browse the repository at this point in the history
  2. Update IndicesRequestCacheIT.java

    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    kiranprakash154 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5421019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b594b9e View commit details
    Browse the repository at this point in the history