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: 8643f74200a389d593806d85af7fbf8c286d001b
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: 9d153ad70d46a0ebd701460906ad84fd8210662f
Choose a head ref
  • 10 commits
  • 97 files changed
  • 10 contributors

Commits on Sep 27, 2023

  1. [Feature] Support hashtag in token filter type_table rules parser (#1…

    …0220)
    
    * Support hashtag in token filter type_table rules parser
    
    Signed-off-by: Louis Chu <clingzhi@amazon.com>
    
    * Address comment from @reta
    
    Signed-off-by: Louis Chu <clingzhi@amazon.com>
    
    ---------
    
    Signed-off-by: Louis Chu <clingzhi@amazon.com>
    noCharger authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8f4f995 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update recovery target access time during segment sync for remote ind…

    …ex (#10252)
    
    * Update recovery target access time during segment sync for remote indexes
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    
    * Add Integration Test
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    
    ---------
    
    Signed-off-by: Ashish Singh <ssashish@amazon.com>
    ashking94 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    91f9c5d View commit details
    Browse the repository at this point in the history
  2. Indexing: add Doc Status Counter (#8716)

    Currently, Opensearch returns a 200 OK response code for a Bulk API
    call, even though there can be partial/complete failures within the
    request E2E. This provides doc level stats with respect to the rest status code as 2xx, 4xx, 5xx etc.
    
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    r1walz authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d656e3d View commit details
    Browse the repository at this point in the history
  3. Fixed changelog for BC update (#10233)

    Signed-off-by: Andrey Pleskach <ples@aiven.io>
    willyborankin authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7dc6683 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Refactor async blob read to avoid blocking calls, support non multipa…

    …rt calls (#10192)
    
    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    61495bf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. [Search latency - Coordinator] Changing version check to 2.11 (#10280)

    * [Search latency - Coordinator] Changing version check to 2.11
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    * [Port main] update version check as per v2.11.0
    
    [Backport 2.x] Indexing: add Doc status counter (#10267)
    
    * Indexing: add Doc Status Counter (#8716)
    
    Currently, Opensearch returns a 200 OK response code for a Bulk API
    call, even though there can be partial/complete failures within the
    request E2E. This provides doc level stats with respect to the rest status code as 2xx, 4xx, 5xx etc.
    
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    (cherry picked from commit d656e3d)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    (cherry picked from commit 94173e3)
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    
    ---------
    
    Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    sgup432 authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    be24766 View commit details
    Browse the repository at this point in the history
  2. Pass parent filter to inner query in nested query (#10246)

    Pass parent filter to inner query so that inner query can utilize the information
    
    Signed-off-by: Heemin Kim <heemin@amazon.com>
    heemin32 authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e156582 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Upgrade Lucene to 9.8.0 (#10276)

    9.8.0 was officially released this morning:
    https://lucene.apache.org/core/9_8_0/changes/Changes.html
    
    Signed-off-by: Michael Froh <froh@amazon.com>
    msfroh authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    797def6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump asm from 9.5 to 9.6 (#10302)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6003560 View commit details
    Browse the repository at this point in the history
  2. update the indexRandom function to create more segments

    Signed-off-by: Neetika Singhal <neetiks@amazon.com>
    neetikasinghal committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9d153ad View commit details
    Browse the repository at this point in the history
Loading