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

Onheap impl startree #25

Commits on Jun 25, 2024

  1. Fix flaky test in range aggregation yaml test (opensearch-project#14486)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d01d17 View commit details
    Browse the repository at this point in the history
  2. Use CODECOV_TOKEN (opensearch-project#14536)

    Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
    prudhvigodithi committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aa83733 View commit details
    Browse the repository at this point in the history
  3. [Tiered Caching] Moving query recomputation logic outside of write lo…

    …ck (opensearch-project#14187)
    
    * Moving query recompute out of write lock
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * [Tiered Caching] Moving query recomputation logic outside of write lock
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Adding java doc for the completable map
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Changes to call future handler only once per key
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Fixing spotless check
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Added changelog
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Addressing comments
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Fixing gradle fail
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * Addressing comments to refactor unit test
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * minor UT refactor
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    ---------
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
    Co-authored-by: Sagar Upadhyaya <upasagar@amazon.com>
    sgup432 and Sagar Upadhyaya committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    563375d View commit details
    Browse the repository at this point in the history
  4. Fix Flaky Test ClusterRerouteIT.testDelayWithALargeAmountOfShards (op…

    …ensearch-project#14510)
    
    Signed-off-by: kkewwei kkewwei@163.com
    
    Signed-off-by: kkewwei kkewwei@163.com
    Signed-off-by: kkewwei <kkewwei@163.com>
    kkewwei committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    badf851 View commit details
    Browse the repository at this point in the history
  5. Add doc for debugging rest tests (opensearch-project#14491)

    * add doc for debugging rest tests
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Update TESTING.md
    
    Co-authored-by: Marc Handalian <handalm@amazon.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Address comment
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: Marc Handalian <handalm@amazon.com>
    bowenlan-amzn and mch2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d320f36 View commit details
    Browse the repository at this point in the history
  6. Fix flaky DefaultCacheStatsHolderTests (opensearch-project#14462)

    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Co-authored-by: Peter Alfonsi <petealft@amazon.com>
    peteralfonsi and Peter Alfonsi committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0eb39ae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Startreemapping (opensearch-project#24)

    * Star tree mapping changes with feature flag
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    
    * Fixes and tests
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    
    * addressing review comments and adding validations, integ tests
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    
    * addressing review comments
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    
    ---------
    
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    bharath-techie authored and sarthakaggarwal97 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8edfffb View commit details
    Browse the repository at this point in the history
  2. OnHeap Star Tree Implementation

    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    72bc12c View commit details
    Browse the repository at this point in the history
  3. addressed nits

    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d3b302b View commit details
    Browse the repository at this point in the history
  4. addressed major nits

    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d7ddd36 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. includes Count Aggregator

    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d90486f View commit details
    Browse the repository at this point in the history