-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction #918
Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction #918
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #918 +/- ##
============================================
- Coverage 78.09% 78.07% -0.02%
- Complexity 995 996 +1
============================================
Files 99 99
Lines 4624 4625 +1
Branches 431 431
============================================
Hits 3611 3611
- Misses 833 834 +1
Partials 180 180 ☔ View full report in Codecov by Sentry. |
…ovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com>
2f0b9ee
to
b321f76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it's in draft, offering an initial review.
src/main/java/org/opensearch/flowframework/transport/ReprovisionWorkflowTransportAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/transport/ReprovisionWorkflowTransportAction.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/transport/ReprovisionWorkflowTransportAction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com>
…ovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com>
src/main/java/org/opensearch/flowframework/transport/ReprovisionWorkflowTransportAction.java
Outdated
Show resolved
Hide resolved
…ovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com>
…ovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far!
Overall LGTM, just a quick question, in the case the reprovisioning itself fails, will have an issue that the template is updated and we need to roll that back? |
src/main/java/org/opensearch/flowframework/transport/ReprovisionWorkflowTransportAction.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending changelog fix and resolving @joshpalis comment.
Signed-off-by: saimedhi <saimedhi@amazon.com>
…ovisionWorkflowTransportAction (#918) * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com> * Update ReprovisionWorkflowTransportAction.java Signed-off-by: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com> * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com> * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction Signed-off-by: saimedhi <saimedhi@amazon.com> * fixed changelog Signed-off-by: saimedhi <saimedhi@amazon.com> --------- Signed-off-by: saimedhi <saimedhi@amazon.com> Signed-off-by: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> (cherry picked from commit 8b387c9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…tements in ReprovisionWorkflowTransportAction (#925) Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction (#918) * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction * Update ReprovisionWorkflowTransportAction.java * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction * Fixed Template Update Location and Improved Logger Statements in ReprovisionWorkflowTransportAction * fixed changelog --------- (cherry picked from commit 8b387c9) Signed-off-by: saimedhi <saimedhi@amazon.com> Signed-off-by: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR fixes the template update location in ReprovisionWorkflowTransportAction.java and enhances logger statements for better clarity and debugging.
Related Issues
closes #870
Check List
--signoff
.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.