-
Notifications
You must be signed in to change notification settings - Fork 616
HDDS-15066. Read-Write Lock race leave stale references to container creating orphan replicas #10109
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
Merged
HDDS-15066. Read-Write Lock race leave stale references to container creating orphan replicas #10109
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
83ccfa2
refetch containerData after acquiring writeLock
Gargi-jais11 bb7e165
added unit test for race condition
Gargi-jais11 2095f4f
remove postcall from container state change move skip
Gargi-jais11 fe91aac
use asserThat and remove supressWarning
Gargi-jais11 77bf985
use assertThat at rest of the places as well
Gargi-jais11 05f6978
fix checkstyle issue
Gargi-jais11 d40da3a
remove annotation
Gargi-jais11 50f28de
Merge branch 'master' of github.com:apache/ozone into HDDS-15066
Gargi-jais11 3e4322d
retry for deletion instead of abrupt failure
Gargi-jais11 d2a7e96
refetch container ref for unhealthyClose and markUnhealthy handler
Gargi-jais11 94316cc
fix test failure
Gargi-jais11 2f1fa12
fix checkstyle
Gargi-jais11 73bd05b
add refetch and retry logic in DeleteBlockCommandHandler
Gargi-jais11 5c0479c
fix findbugs
Gargi-jais11 ba0a8a4
remove retry and lock current first then unlock candidate
Gargi-jais11 c633bbb
Revert "remove retry and lock current first then unlock candidate"
Gargi-jais11 bd16367
reduce max retry to 5
Gargi-jais11 fc97786
improved container not found and exhausted retries
Gargi-jais11 82e77f1
fix checkstyle
Gargi-jais11 bfe99c7
address review comment
Gargi-jais11 e461576
fix log message
Gargi-jais11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.