HDFS-16544. EC decoding failed due to invalid buffer#4179
Merged
tasanuma merged 1 commit intoapache:trunkfrom Apr 20, 2022
Merged
HDFS-16544. EC decoding failed due to invalid buffer#4179tasanuma merged 1 commit intoapache:trunkfrom
tasanuma merged 1 commit intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
Contributor
1 similar comment
Contributor
|
💔 -1 overall
This message was automatically generated. |
tasanuma
approved these changes
Apr 20, 2022
Member
tasanuma
left a comment
There was a problem hiding this comment.
@liubingxing Thanks for finding and fixing the issue. I went into the source code, and the fix makes sense to me. +1.
tasanuma
pushed a commit
that referenced
this pull request
Apr 20, 2022
(cherry picked from commit 76bbd17)
tasanuma
pushed a commit
that referenced
this pull request
Apr 20, 2022
(cherry picked from commit 76bbd17)
Contributor
Author
|
Thanks @tasanuma for the merged and thanks @jojochuang |
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
LiuGuH
pushed a commit
to LiuGuH/hadoop
that referenced
this pull request
Mar 26, 2024
LiuGuH
pushed a commit
to LiuGuH/hadoop
that referenced
this pull request
Mar 29, 2024
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.
In HDFS-16538 , we found an EC file decoding bug if more than one data block read failed.
Currently, we found another bug trigger by #StatefulStripeReader.decode.
If we read an EC file which length more than one stripe, and this file have one data block and the first parity block corrupted, this error will happen.
Let's say we use ec(6+3) and the data block[0] and the first parity block[6] are corrupted.