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] Clear up disk cache(ehcache) files during node shutdown #12734

Merged
merged 7 commits into from
Mar 19, 2024

Commits on Mar 18, 2024

  1. Adding logic to clear up the disk cache files during close()

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0c6201f View commit details
    Browse the repository at this point in the history
  2. Adding logic to update entries count after invalidateAll()

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ead1c89 View commit details
    Browse the repository at this point in the history
  3. Removing unneeded system log statement

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    45e022d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into tiered_close_fix

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    fc60a20 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into tiered_close_fix

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    75a89df View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Added comment in test for readability

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6c0fc35 View commit details
    Browse the repository at this point in the history
  2. Fixing issue where we were sending compacted byte[] array to ehcache …

    …but calculating size with padded byte[]
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a749264 View commit details
    Browse the repository at this point in the history