-
Notifications
You must be signed in to change notification settings - Fork 501
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
HDDS-10983. EC Key read corruption when the replica index of container in DN mismatches #6779
Merged
Merged
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a1d5c4a
HDDS-10983. EC Key read corruption when the replica index of containe…
swamirishi 8815940
HDDS-10983. Add Testcase
swamirishi 4287270
HDDS-10983. Make the read api compatible with older clients
swamirishi 2bb1b9d
HDDS-10983. Remove stacktrace
swamirishi 5886cf4
HDDS-10983. Fix checkstyle
swamirishi cfc7415
HDDS-10983. Address review comments
swamirishi 8edc907
HDDS-10983. Fix testcase
swamirishi 1476d59
HDDS-10983. Add client version test
swamirishi 437594d
HDDS-10983. Fix test cases
swamirishi 65994f3
HDDS-10983. Fix issues
swamirishi 731107c
HDDS-10983. Fix testcases
swamirishi 5857567
HDDS-10983. Fix checkstyle
swamirishi dd11beb
HDDS-10983. Fix Acceptance test
swamirishi 4c4e2c7
Merge remote-tracking branch 'apache/master' into HEAD
swamirishi 0d769da
HDDS-10983. Fix checkstyle
swamirishi 45279a3
HDDS-10983. change pipeline supplier usage
swamirishi 58b089d
HDDS-10983. Address review comments and simplify testcase
swamirishi e4c0d67
HDDS-10983. Convert to mapToInt
swamirishi da98011
HDDS-11013. Merge upstream master
swamirishi 5db065f
Merge remote-tracking branch 'apache/master' into HEAD
swamirishi b0764e4
HDDS-10983. Merge master
swamirishi 3ae6768
HDDS-10983. Address reveiw comments
swamirishi 040d6d8
HDDS-10983. Move replica index validation outside block manager
swamirishi 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
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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.
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.
The patch is huge (122K), hard to review. Size could be reduced by prefactoring:
newBuilder()
in a separate patch, without any functional changes, before the fix.
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.
ok will raise a patch for this.
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.
@adoroszlai @sodonnel I have raised another patch since this patch is becomning too big to review #6812
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.
The other PR ,merged now.