-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs #4853
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: pgodithi <pgodithi@amazon.com>
…) (#3085) * [Remove] Type from nested fields using new metadata field mapper types support is removed yet nested documents use the _type field to store the path for nested documents. A new _nested_path metadata field mapper is added to take the place of the _type field in order to remove the type dependency in nested documents. BWC is handled in the new field mapper to ensure compatibility with older versions. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 6b641d2) Co-authored-by: Nick Knize <nknize@apache.org>
… (#3103) Refactors XContentType.fromMediaTypeOrFormat to fromMediaType so Accept headers and Content-Type headers can be parsed separately. This helps in reusing the same parse logic in for REST Versioning API support. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit d86c88f) Co-authored-by: Nick Knize <nknize@apache.org>
In preparation for re-enabling the missingJavadoc gradle task this change adds in the missing package-info.java files to the server folder. For now general javadocs are added to these files with the intent to clean up with better descriptions over time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 2146827) Co-authored-by: Nick Knize <nknize@apache.org>
… DetachClusterCommand and replace with '_must_join_elected_cluster_manager_' (#3138) Signed-off-by: Tianli Feng <ftianli@amazon.com>
…3133) (#3151) * Rename ClusterBlock description 'no master' to 'no cluster-manager' Signed-off-by: Tianli Feng <ftianli@amazon.com> * Adjust format by spotlessApply task Signed-off-by: Tianli Feng <ftianli@amazon.com> (cherry picked from commit bb870f7) Co-authored-by: Tianli Feng <ftianli@amazon.com>
The types exist transport action can be removed now that the TransportClient has been removed and types support has been removed. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 15f035b) Co-authored-by: Nick Knize <nknize@apache.org>
This is a very simple fix that adds a special case for the backward compatibility message for OS 1.x/ES 7.x. This basically mirrors a special case already codified in [Version][1]. I think this is a reasonable fix because it allows the message to be quite verbose. It should also only need to exist on the 2.x branch of OpenSearch since it is a special case that will no longer exist in 3.x when the entire LegacyESVersion concept can be removed from the code base. [1]: https://github.com/opensearch-project/OpenSearch/blob/cb238aae616d6a0fd8f82e128a1f94c8e4e8b1f7/server/src/main/java/org/opensearch/Version.java#L398 Signed-off-by: Andrew Ross <andrross@amazon.com>
…gcs (#3161) (#3191) * Bump google-api-client from 1.30.10 to 1.34.0 in /plugins/repository-gcs Bumps [google-api-client](https://github.com/googleapis/google-api-java-client) from 1.30.10 to 1.34.0. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-api-java-client@v1.30.10...v1.34.0) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client 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> * Add missing classes to third party audit Signed-off-by: Andrew Ross <andrross@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: Andrew Ross <andrross@amazon.com> (cherry picked from commit 2e53f9a) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ool,usage,watcher (#3186) (#3192) Adds javadocs to classes in the org.opensearch.monitor, persistence, plugins, repository, script, threadpool, usage, and watcher packages. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 14704b3) Co-authored-by: Nick Knize <nknize@apache.org>
…3190) (#3194) * Bump commons-lang3 from 3.9 to 3.12.0 in /plugins/ingest-attachment Bumps commons-lang3 from 3.9 to 3.12.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 112a108) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
* Bump HdrHistogram from 2.1.9 to 2.1.12 in /server Bumps [HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from 2.1.9 to 2.1.12. - [Release notes](https://github.com/HdrHistogram/HdrHistogram/releases) - [Commits](HdrHistogram/HdrHistogram@HdrHistogram-2.1.9...HdrHistogram-2.1.12) --- updated-dependencies: - dependency-name: org.hdrhistogram:HdrHistogram 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 test to match new behavior of HdrHistogram There was a [change in behavior in HdrHistogram][1] that causes the tests to fail with the new version. The fix here is to add another value in the test data set for the failing test, which has the result of making both versions of HdrHistogram agree on the percentile values. [1]: HdrHistogram/HdrHistogram@5c7226c Signed-off-by: Andrew Ross <andrross@amazon.com> * Remove unnecessary exclusion on third party audit Signed-off-by: Andrew Ross <andrross@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: Andrew Ross <andrross@amazon.com> (cherry picked from commit bce7f49) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) * Fixing the installation URL to consume build qualifier Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Fixing spotless Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> (cherry picked from commit ba6dc5d) Co-authored-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: dblock <dblock@amazon.com> (cherry picked from commit 781fc6e) Co-authored-by: Daniel Doubrovkine (dB.) <dblock@amazon.com>
…#3211) * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add implicit dependency Signed-off-by: pgodithi <pgodithi@amazon.com> * Add dependsOn Signed-off-by: pgodithi <pgodithi@amazon.com> (cherry picked from commit 2fe2e37) Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
Removes last trace of TypeFieldMapper since types have been removed and NestedPathFieldMapper is now available. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> (cherry picked from commit 741445a) Co-authored-by: Nick Knize <nknize@apache.org>
* add s390x support in systemcallfilter #4000 Signed-off-by: Andrija Pantovic <andrija.pantovic@phoenix-systems.ch> * add gradle cfg for s390x Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com> * change assertion for architecture Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com> * change assertion for architecture Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com> * update changelog Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com> Signed-off-by: Andrija Pantovic <andrija.pantovic@phoenix-systems.ch> Signed-off-by: Andrija Pantovic <andrija.pantovic@gmail.com> (cherry picked from commit 517c19c) Co-authored-by: Andrija Pantovic <andrija.pantovic@gmail.com>
* Updating hadoop-hdfs to 3.3.4 Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> * Fixing typo Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com> Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
* Adding create pit service layer changes Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Adding delete pit service layer changes Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Add service layer changes for list all PITs Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Add Point In Time Node Stats API ServiceLayer Changes Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Add changes to Point in time segments API service layer Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Add changes for Create PIT and Delete PIT rest layer and rest high level client Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Added restlayer changes for pit stats Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * 2.4 specific fixes Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Modified cat shards test for pit stats Signed-off-by: Bharathwaj G <bharath78910@gmail.com> * Added rest layer changes for List all PITs and PIT segments Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
* 496: Added filters, indexRouting and searchRouting when doing rollover on alias Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com> * 496: Removed unused map property in metada alias rollover tests Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com> Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com> Co-authored-by: Stevan Buzejic <stevan.buzejic@htecgroup.com> (cherry picked from commit 54f8fdd) Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com> Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
…etAdditionalRoles() (#4653) Signed-off-by: Tianli Feng <ftianli@amazon.com>
* Bump from 1.4.1 to 1.5.1 Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> * Update change log with correct PR link Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
…ase (#4729) This field is only used for old snapshot generations and needs to be removed in the next major version. This commit sets up the removal for backwards compatibility support. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
…and Further simplification of the ZIP publication implementation (#4360) (#4733) * This is a backport of #4156 and #4360 to 2.x * #4156 was cherry-picked from 7fe5830 - Resolving conflicts in CHANGELOG.md * #4360 was cherry-picked from ab6849f - Resolving conflicts in CHANGELOG.md There is one noticeable difference, the `project.group` property can be empty in which case it will fall back to default value: `org.opensearch.plugin`. See <#4156 (comment)> for more details. Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io> Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
…xx tasks (#4742) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Sets analyzer to regex query string search Signed-off-by: yogev mets <yyyogev@gmail.com> (cherry picked from commit ea4cfcc) Co-authored-by: Yogev Mets <yyyogev@gmail.com> Co-authored-by: Nicholas Walter Knize <nknize@apache.org>
* Introduce experimental searchable snapshot API (#4680) This commit adds a new parameter to the snapshot restore API to restore to a new type of "remote snapshot" index where, unlike traditional snapshot restores, the index data is not all downloaded to disk and instead is read on-demand at search time. The feature is functional with this commit, and includes a simple end-to-end integration test, but is far from complete. See tracking issue #2919 for the rest of the work planned/underway. All new capabilities are gated behind a new searchable snapshot feature flag. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit 431bdeb) * Fix assertion in test of ShardStateMetadata (#4774) This test randomly fails if the enum selected isn't the same as the one choosen by the legacy constructor. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit 1a7aaba) * Update version check for 2.4 Checking on or after version 3.0 does not work (or make sense) since this is on the 2.x branch. Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Andrew Ross <andrross@amazon.com>
… (#4781) * Update Jackson Databind to 2.13.4.2 (addressing CVE-2022-42003) (#4779) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 12f26d3) * Update changelog Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
5000+ files changed? Doesn't seem right :) |
Gradle Check (Jenkins) Run Completed with:
|
adnapibar
added
the
backport
PRs or issues specific to backporting features or enhancments
label
Oct 20, 2022
adnapibar
changed the title
Backport/backport 4790 to 2.x
[Backport 2.x] Bump protobuf-java to 3.21.7 in repository-gcs and repository-hdfs
Oct 20, 2022
Wrong branch, closing. |
You need to create the pull request from the 2.x branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Ryan Bogan rbogan@amazon.com
Description
Backports 4790 to 2.x
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.