Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: opensearch-project/OpenSearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 20 files changed
  • 8 contributors

Commits on Oct 23, 2024

  1. Fix get index settings API doesn't show number_of_routing_shards when…

    … it was explicitly set on index creation (#16294)
    
    * Fix get index settings API doesn't show number_of_routing_shards when it was explicitly set on index creation
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    * Update skip version in rest yaml test file
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    * Fix test failure
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    
    ---------
    
    Signed-off-by: Gao Binlong <gbinlong@amazon.com>
    gaobinlong authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5941a7e View commit details
    Browse the repository at this point in the history
  2. Avoid making further transport calls if paginationStrategy outputs em…

    …pty entities (#16444)
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    gargharsh3134 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9a476b6 View commit details
    Browse the repository at this point in the history
  3. Add log message if SSL dual mode is enabled (#16437)

    * Add log message about dual mode enabled
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    * Add log message about dual mode enabled
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    ---------
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    cwperks authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8eccbb5 View commit details
    Browse the repository at this point in the history
  4. Fix flaky test in testApproximateRangeWithSizeOverDefault by adjust…

    …ing totalHits assertion logic (#15807) (#16434)
    
    - Updated the test to account for Lucene's behavior where `IndexSearcher.search()` may return `GREATER_THAN_OR_EQUAL_TO` for totalHits when the number of matches exceeds 1000.
    - Added logic to check if `totalHits.relation` is `EQUAL_TO`. If so, assert that the count is exactly 11000. Otherwise, ensure the count is at least 11000 and within the allowed upper limit (`maxHits`).
    - This change prevents intermittent test failures caused by Lucene’s performance optimizations.
    
    Signed-off-by: inpink <inpink@kakao.com>
    inpink authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    66f0110 View commit details
    Browse the repository at this point in the history
  5. Add support for restoring from snapshot with search replicas (#16111)

    * Add support for restoring from snapshot with search replicas
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed PR comments
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed the issues in gradle precommit
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed flaky tests
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed precommit failure
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed the codecoverage for RestoreService
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Fixed precommit failure
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * removing unwanted tests
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Marc Handalian <handalm@amazon.com>
    Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
    
    ---------
    
    Signed-off-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
    Co-authored-by: Vinay Krishna Pudyodu <pudyodu@amazon.com>
    Co-authored-by: Marc Handalian <handalm@amazon.com>
    3 people authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9dd1a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update version to 2.18.0 for CatShards request and response (#16455)

    * Update version to 2.18.0 for CatShards request and response
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    
    * Retry Build
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    
    * Fix CatShardsRequestTests
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    
    * Retry Build
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    
    ---------
    
    Signed-off-by: Harsh Garg <gkharsh@amazon.com>
    Co-authored-by: Harsh Garg <gkharsh@amazon.com>
    gargharsh3134 and Harsh Garg authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    119abaf View commit details
    Browse the repository at this point in the history
Loading