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] Framework changes #10753

Merged
merged 23 commits into from
Jan 9, 2024

Commits on Oct 19, 2023

  1. [Tiered caching] Framework changes

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b196615 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Added javadoc for new files/packages

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    168076f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tiered_caching_framework

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f98abc2 View commit details
    Browse the repository at this point in the history
  3. Added changelog

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8fed7c7 View commit details
    Browse the repository at this point in the history
  4. Fixing javadoc warnings

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5ace3a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Addressing comments

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2e9c478 View commit details
    Browse the repository at this point in the history
  2. Addressing additional minor comments

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c29d346 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into tiered_caching_framework

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    965cbef View commit details
    Browse the repository at this point in the history
  4. Moving non null check to builder for OS onHeapCache

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2e024a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Adding package-info for new packages

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    51d948f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Removing service and adding different cache interfaces along with eve…

    …nt listener support
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    64edcfb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into tiered_caching_framework

    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    sgup432 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d8156af View commit details
    Browse the repository at this point in the history
  3. Fixing gradle missingDoc issue

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    13a03a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Changing listener logic, removing tiered cache integration with IRC

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    42a111d View commit details
    Browse the repository at this point in the history
  2. Adding opensearch.internal tag for LoadAwareCacheLoader

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c9cf2c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Fixing thread safety issue

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7318252 View commit details
    Browse the repository at this point in the history
  2. Remove compute function and event listener logic change for TieredCache

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    79dd693 View commit details
    Browse the repository at this point in the history
  3. Making Cache.compute function private

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    7c10adf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Adding javadoc and more test for cache.put

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1832df9 View commit details
    Browse the repository at this point in the history
  2. Adding write locks to refresh API as well

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    49aab1f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into tiered_caching_framework

    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    sgup432 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7e72d07 View commit details
    Browse the repository at this point in the history
  4. Removing unwanted EventType class and refactoring one UT

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

Commits on Jan 8, 2024

  1. Removing TieredCache interface

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