REST API Layer changes for recommission support#4321
Closed
pranikum wants to merge 20 commits intoopensearch-project:mainfrom
Closed
REST API Layer changes for recommission support#4321pranikum wants to merge 20 commits intoopensearch-project:mainfrom
pranikum wants to merge 20 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
6 tasks
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Member
|
Changes to -
|
imRishN
reviewed
Sep 2, 2022
...opensearch/action/admin/cluster/decommission/awareness/delete/DeleteDecommissionRequest.java
Outdated
Show resolved
Hide resolved
...ch/action/admin/cluster/decommission/awareness/delete/TransportDeleteDecommissionAction.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/cluster/decommission/DecommissionAttribute.java
Outdated
Show resolved
Hide resolved
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4321 +/- ##
============================================
- Coverage 70.81% 70.64% -0.18%
+ Complexity 57438 57426 -12
============================================
Files 4617 4634 +17
Lines 275545 276114 +569
Branches 40340 40421 +81
============================================
- Hits 195125 195050 -75
- Misses 64085 64743 +658
+ Partials 16335 16321 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
imRishN
reviewed
Sep 22, 2022
.../opensearch/action/admin/cluster/decommission/awareness/delete/DeleteDecommissionAction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
imRishN
approved these changes
Sep 22, 2022
Comment on lines
+799
to
+811
| * Deletes the decommission metadata. | ||
| */ | ||
| ActionFuture<DeleteDecommissionStateResponse> deleteDecommission(DeleteDecommissionStateRequest request); | ||
|
|
||
| /** | ||
| * Deletes the decommission metadata. | ||
| */ | ||
| void deleteDecommission(DeleteDecommissionStateRequest request, ActionListener<DeleteDecommissionStateResponse> listener); | ||
|
|
||
| /** | ||
| * Deletes the decommission metadata. | ||
| */ | ||
| DeleteDecommissionStateRequestBuilder prepareDeleteDecommission(); |
| /** | ||
| * Creates a new delete decommission request. | ||
| */ | ||
| public static DeleteDecommissionStateRequest deleteDecommissionRequest() { |
Member
There was a problem hiding this comment.
nit: deleteDecommissionStateRequest
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: pranikum <109206473+pranikum@users.noreply.github.com>
Contributor
Gradle Check (Jenkins) Run Completed with:
|
6 tasks
Contributor
Author
|
Closing this PR. Reopened another one. |
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.
Signed-off-by: pranikum 109206473+pranikum@users.noreply.github.com
Description
This change contain REST API layer changes for Recommission API support.
This pr is dependent of Service layer changes. (#4320)
This change has some changes for the PR #4084
Issues Resolved
[List any issues this PR will resolve]
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.