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

[Backport 2.x] Add changes to propagate queryGroupId across child requests and nodes #14763

Merged
merged 1 commit into from
Jul 22, 2024

Commits on Jul 16, 2024

  1. Add changes to propagate queryGroupId across child requests and nodes (

    …#14614)
    
    * add query group header propagator
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * apply spotless check
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * add new propagator in ThreadContext
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * spotlessApply
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * address comments
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Bump com.microsoft.azure:msal4j from 1.15.1 to 1.16.0 in /plugins/repository-azure (#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>
    
    * [Bugfix] Fix ICacheKeySerializerTests flakiness (#14564)
    
    * 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>
    
    * Correct typo in method name (#14621)
    
    Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Refactoring FilterPath.parse by using an iterative approach instead of recursion. (#14200)
    
    * Refactor FilterPath parse function (#12067)
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    
    * Implement unit tests for FilterPathTests (#12067)
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    
    * Write warn log if Filter is empty; Add comments (#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>
    
    * Removing String format in RemoteStoreMigrationAllocationDecider to optimise performance(#14612)
    
    Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Clear templates before Adding; Use NamedWriteableAwareStreamInput for RemoteCustomMetadata; Correct the check for deciding upload of HashesOfConsistentSettings (#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>
    
    * add changelog
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * add PR link changelog
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Improve reroute performance by optimising List.removeAll in LocalShardsBalancer to filter remote search shard from relocation decision (#14613)
    
    Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Fix assertion failure while deleting remote backed index (#14601)
    
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Allow system index warning in OpenSearchRestTestCase.refreshAllIndices (#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>
    
    * Star tree codec changes (#14514)
    
    ---------
    Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    * Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 in /modules/lang-mustache (#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>
    
    * Bump net.minidev:accessors-smart from 2.5.0 to 2.5.1 in /plugins/repository-azure (#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>
    
    * move query group thread context propagator out of ThreadContext
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    
    ---------
    
    Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Peter Alfonsi <petealft@amazon.com>
    Signed-off-by: vatsal <vatsal.v.anand@gmail.com>
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
    Signed-off-by: Sooraj Sinha <soosinha@amazon.com>
    Signed-off-by: Sachin Kale <kalsac@amazon.com>
    Signed-off-by: Craig Perkins <cwperx@amazon.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Peter Alfonsi <peter.alfonsi@gmail.com>
    Co-authored-by: Peter Alfonsi <petealft@amazon.com>
    Co-authored-by: Vatsal <36672090+imvtsl@users.noreply.github.com>
    Co-authored-by: Siddhant Deshmukh <deshsid@amazon.com>
    Co-authored-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    Co-authored-by: rishavz_sagar <rishavsagar4b1@gmail.com>
    Co-authored-by: Sooraj Sinha <81695996+soosinha@users.noreply.github.com>
    Co-authored-by: Sachin Kale <sachinpkale@gmail.com>
    Co-authored-by: Craig Perkins <cwperx@amazon.com>
    Co-authored-by: Bharathwaj G <bharath78910@gmail.com>
    (cherry picked from commit d33d24e)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    13 people committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    874f4ed View commit details
    Browse the repository at this point in the history