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] Segmented cache changes #16047

Merged

Commits on Sep 23, 2024

  1. Segmented cache changes for TieredCache

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    185cc14 View commit details
    Browse the repository at this point in the history
  2. Adding change log

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f3232cb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Allow segment number to be power of two

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    79afb46 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tiered_segment_cache_final

    Signed-off-by: Sagar <[email protected]>
    sgup432 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d1ce19e View commit details
    Browse the repository at this point in the history
  3. Moving common tiered cache IT methods to a common base class

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5c96fac View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Adding disk took time IT test with multiple segment

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fa1b38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e36fe View commit details
    Browse the repository at this point in the history
  3. Correcting changelog

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bea8fd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Addressing comments

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd1fce1 View commit details
    Browse the repository at this point in the history
  2. Fixing invalid segment count variable name

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    016c049 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'main' into tiered_segment_cache_final

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    66f6576 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Introducing new settings for size for respective cache tier

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    93e3395 View commit details
    Browse the repository at this point in the history
  2. Changing the default segmentCount logic

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b71b2d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Fixing missing java doc issue

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ce52c28 View commit details
    Browse the repository at this point in the history