Add request parameter 'cluster_manager_timeout' and deprecate 'master_timeout' - in Snapshot APIs#2680
Merged
tlfeng merged 12 commits intoopensearch-project:mainfrom Apr 12, 2022
Conversation
added 2 commits
March 30, 2022 21:21
Signed-off-by: Tianli Feng <ftianli@amazon.com>
11 tasks
Signed-off-by: Tianli Feng <ftianli@amazon.com>
138eafd to
6142b93
Compare
Collaborator
|
❌ Gradle Check failure 138eafddb434351306909d14b6539fe185ce8f1f |
2e293ca to
6142b93
Compare
Signed-off-by: Tianli Feng <ftianli@amazon.com> # Conflicts: # server/src/main/java/org/opensearch/rest/BaseRestHandler.java
7e6e9dd to
2a289e4
Compare
…rameter Signed-off-by: Tianli Feng <ftianli@amazon.com>
Collaborator
|
✅ Gradle Check success 2e293caaed8ed8c230fc1d4786b90a1f4456e85b |
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Contributor
Author
|
In log 4023: |
5 tasks
Signed-off-by: Tianli Feng <ftianli@amazon.com> # Conflicts: # server/src/test/java/org/opensearch/action/RenamedTimeoutRequestParameterTests.java
Contributor
Author
|
In log 4061: It's reported in issue #1703 |
Signed-off-by: Tianli Feng <ftianli@amazon.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com> # Conflicts: # server/src/test/java/org/opensearch/action/RenamedTimeoutRequestParameterTests.java
Signed-off-by: Tianli Feng <ftianli@amazon.com> # Conflicts: # server/src/test/java/org/opensearch/action/RenamedTimeoutRequestParameterTests.java
Contributor
Author
|
In log 4209: It's reproducible in |
Contributor
Author
|
start gradle check |
xuezhou25
approved these changes
Apr 7, 2022
added 2 commits
April 11, 2022 17:35
# Conflicts: # server/src/test/java/org/opensearch/action/RenamedTimeoutRequestParameterTests.java
Signed-off-by: Tianli Feng <ftianli@amazon.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Apr 12, 2022
…_timeout' - in Snapshot APIs (#2680) * Deprecate the request parameter `master_timeout` that used in Snapshot APIs which have got the parameter. * Add alternative new request parameter `cluster_manager_timeout`. * Add unit tests. Signed-off-by: Tianli Feng <ftianli@amazon.com> (cherry picked from commit a89b7e6)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Apr 12, 2022
…_timeout' - in Snapshot APIs (#2680) * Deprecate the request parameter `master_timeout` that used in Snapshot APIs which have got the parameter. * Add alternative new request parameter `cluster_manager_timeout`. * Add unit tests. Signed-off-by: Tianli Feng <ftianli@amazon.com> (cherry picked from commit a89b7e6)
tlfeng
pushed a commit
that referenced
this pull request
Apr 12, 2022
…_timeout' - in Snapshot APIs (#2680) (#2870) * Deprecate the request parameter `master_timeout` that used in Snapshot APIs which have got the parameter. * Add alternative new request parameter `cluster_manager_timeout`. * Add unit tests. Signed-off-by: Tianli Feng <ftianli@amazon.com> (cherry picked from commit a89b7e6)
tlfeng
pushed a commit
that referenced
this pull request
Apr 12, 2022
…_timeout' - in Snapshot APIs (#2680) (#2871) * Deprecate the request parameter `master_timeout` that used in Snapshot APIs which have got the parameter. * Add alternative new request parameter `cluster_manager_timeout`. * Add unit tests. Signed-off-by: Tianli Feng <ftianli@amazon.com> (cherry picked from commit a89b7e6)
This file contains hidden or 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
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.
Description
master_timeoutthat used in Snapshot APIs which have got the parameter.cluster_manager_timeout.List of the
SnapshotAPIs that have got request parametermaster_timeout:Put snapshot repository API
PUT /_snapshot/<repository>,POST /_snapshot/<repository>Get snapshot repository API
Delete snapshot repository API
Clean up snapshot repository API
POST /_snapshot/<repository>/_cleanupVerify snapshot repository API
POST /_snapshot/<repository>/_verifyCreate snapshot API
Get snapshot API
Delete snapshot API
Restore snapshot API
POST /_snapshot/<repository>/<snapshot>/_restoreClone snapshot API
Get snapshot status API
GET _snapshot/<repository>/<snapshot>/_statusIssues Resolved
A part of issue #2511
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.