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

Add changes to propagate queryGroupId across child requests and nodes #14614

Merged

Commits on Jul 8, 2024

  1. add query group header propagator

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    58303c6 View commit details
    Browse the repository at this point in the history
  2. apply spotless check

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5efa3e3 View commit details
    Browse the repository at this point in the history
  3. add new propagator in ThreadContext

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ede0efa View commit details
    Browse the repository at this point in the history
  4. spotlessApply

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    51c5222 View commit details
    Browse the repository at this point in the history
  5. address comments

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dfa53b1 View commit details
    Browse the repository at this point in the history
  6. Bump com.microsoft.azure:msal4j from 1.15.1 to 1.16.0 in /plugins/rep…

    …ository-azure (opensearch-project#14610)
    
    * Bump com.microsoft.azure:msal4j in /plugins/repository-azure
    
    Bumps [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) from 1.15.1 to 1.16.0.
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
    - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
    - [Commits](AzureAD/microsoft-authentication-library-for-java@v1.15.1...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.azure:msal4j
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Updating SHAs
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    2 people authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    153134d View commit details
    Browse the repository at this point in the history
  7. [Bugfix] Fix ICacheKeySerializerTests flakiness (opensearch-project#1…

    …4564)
    
    * Fix testInvalidInput flakiness
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * Addressed andrross's comment
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    * rerun security check
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    
    ---------
    
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Co-authored-by: Peter Alfonsi <petealft@amazon.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    2 people authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ec9d435 View commit details
    Browse the repository at this point in the history
  8. Correct typo in method name (opensearch-project#14621)

    Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    imvtsl authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bda1bfa View commit details
    Browse the repository at this point in the history
  9. Refactoring FilterPath.parse by using an iterative approach instead o…

    …f recursion. (opensearch-project#14200)
    
    * Refactor FilterPath parse function (opensearch-project#12067)
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    
    * Implement unit tests for FilterPathTests (opensearch-project#12067)
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    
    * Write warn log if Filter is empty; Add comments (opensearch-project#12067)
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    
    * Add changelog
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Remove unnecessary log statement
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Remove unused logger
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Spotless apply
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Remove incorrect changelog
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    ---------
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    Co-authored-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    2 people authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6abdba2 View commit details
    Browse the repository at this point in the history
  10. Removing String format in RemoteStoreMigrationAllocationDecider to op…

    …timise performance(opensearch-project#14612)
    
    Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    RS146BIJAY authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    38c9f82 View commit details
    Browse the repository at this point in the history
  11. Clear templates before Adding; Use NamedWriteableAwareStreamInput for…

    … RemoteCustomMetadata; Correct the check for deciding upload of HashesOfConsistentSettings (opensearch-project#14513)
    
    * Clear templates before Adding; Use NamedWriteableAwareStreamInput for RemoteCustomMetadata
    * Correct the check for deciding upload of hashes of consistent settings
    
    Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    soosinha authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a5b991e View commit details
    Browse the repository at this point in the history
  12. add changelog

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b1b5f87 View commit details
    Browse the repository at this point in the history
  13. add PR link changelog

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9a1c7b9 View commit details
    Browse the repository at this point in the history
  14. Improve reroute performance by optimising List.removeAll in LocalShar…

    …dsBalancer to filter remote search shard from relocation decision (opensearch-project#14613)
    
    Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    RS146BIJAY authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cbcbb0e View commit details
    Browse the repository at this point in the history
  15. Fix assertion failure while deleting remote backed index (opensearch-…

    …project#14601)
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    sachinpkale authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1abe6b1 View commit details
    Browse the repository at this point in the history
  16. Allow system index warning in OpenSearchRestTestCase.refreshAllIndices (

    opensearch-project#14635)
    
    * Allow system index warning
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    * Add to CHANGELOG
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    * Address code review comments
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    
    ---------
    
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    cwperks authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1d20abe View commit details
    Browse the repository at this point in the history
  17. Star tree codec changes (opensearch-project#14514)

    ---------
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    bharath-techie authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fe1983e View commit details
    Browse the repository at this point in the history
  18. Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14…

    … in /modules/lang-mustache (opensearch-project#14672)
    
    * Bump com.github.spullara.mustache.java:compiler
    
    Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.13 to 0.9.14.
    - [Commits](spullara/mustache.java@mustache.java-0.9.13...mustache.java-0.9.14)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spullara.mustache.java:compiler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Updating SHAs
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    2 people authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ba851fb View commit details
    Browse the repository at this point in the history
  19. Bump net.minidev:accessors-smart from 2.5.0 to 2.5.1 in /plugins/repo…

    …sitory-azure (opensearch-project#14673)
    
    * Bump net.minidev:accessors-smart in /plugins/repository-azure
    
    Bumps [net.minidev:accessors-smart](https://github.com/netplex/json-smart-v2) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/netplex/json-smart-v2/releases)
    - [Commits](netplex/json-smart-v2@2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.minidev:accessors-smart
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Updating SHAs
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update changelog
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    2 people authored and kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3925aac View commit details
    Browse the repository at this point in the history
  20. Merge branch 'main' into feature/sandbox-qgHdrPropagatino

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    aa7c560 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. rebase with upstream

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eea2a2c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. move query group thread context propagator out of ThreadContext

    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    kaushalmahi12 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7b21688 View commit details
    Browse the repository at this point in the history