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] Moving query recomputation logic outside of write lock #14187

Merged
merged 13 commits into from
Jun 25, 2024

Commits on Jun 4, 2024

  1. Moving query recompute out of write lock

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    b0f6550 View commit details
    Browse the repository at this point in the history
  2. Adding java doc for the completable map

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

Commits on Jun 18, 2024

  1. Changes to call future handler only once per key

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    Sagar Upadhyaya authored and sgup432 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6cf2248 View commit details
    Browse the repository at this point in the history
  2. Fixing spotless check

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ebbe8f3 View commit details
    Browse the repository at this point in the history
  3. Added changelog

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2285daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c5ba81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0dfcae View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Addressing comments

    Signed-off-by: Sagar Upadhyaya <[email protected]>
    sgup432 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5262362 View commit details
    Browse the repository at this point in the history
  2. Fixing gradle fail

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

Commits on Jun 24, 2024

  1. Addressing comments to refactor unit test

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

Commits on Jun 25, 2024

  1. minor UT refactor

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