generated from amazon-archives/__template_Custom
-
Couldn't load subscription status.
- Fork 130
Removed unnecessary user notifications for version conflict exception #1413
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
Merged
bowenlan-amzn
merged 2 commits into
opensearch-project:main
from
ask-kamal-nayan:user/askkamal/ss
May 22, 2025
Merged
Removed unnecessary user notifications for version conflict exception #1413
bowenlan-amzn
merged 2 commits into
opensearch-project:main
from
ask-kamal-nayan:user/askkamal/ss
May 22, 2025
Conversation
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
shourya035
approved these changes
May 6, 2025
ashking94
reviewed
May 6, 2025
src/main/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachine.kt
Outdated
Show resolved
Hide resolved
Hailong-am
reviewed
May 8, 2025
src/main/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachine.kt
Outdated
Show resolved
Hide resolved
da59068 to
7dd617c
Compare
src/main/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachine.kt
Outdated
Show resolved
Hide resolved
f445173 to
5bcb569
Compare
src/test/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachineTests.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachineTests.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachineTests.kt
Outdated
Show resolved
Hide resolved
ask-kamal-nayan
commented
May 21, 2025
src/test/kotlin/org/opensearch/indexmanagement/snapshotmanagement/engine/SMStateMachineTests.kt
Show resolved
Hide resolved
f75852f to
dadf888
Compare
…s in Snapshot Management Signed-off-by: Kamal Nayan <askkamal@amazon.com> Unwrapped the exception Signed-off-by: Kamal Nayan <askkamal@amazon.com> Added the unit tests and updated the code Signed-off-by: Kamal Nayan <askkamal@amazon.com> Updated the code for minor fixes and nits Signed-off-by: Kamal Nayan <askkamal@amazon.com> Updated the unit Test Signed-off-by: Kamal Nayan <askkamal@amazon.com> Updated access modifier for the updateMetaDataRetryPolicy Signed-off-by: Kamal Nayan <askkamal@amazon.com>
dadf888 to
cfa5f68
Compare
bowenlan-amzn
approved these changes
May 22, 2025
4ef0f4f
into
opensearch-project:main
16 of 17 checks passed
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
The manual snapshot policy management system needs modification to prevent false alarm notifications caused by internal version conflict exceptions during concurrent snapshot operations.
GitHub Issue Reference
Current Behavior:
Proposed Changes:
Modify exception handling to suppress notifications for VersionConflictEngineException just log this as error message.
Maintain notifications for all other exception type
Related Issues
GitHub Issue Reference
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.