HDFS-16538. EC decoding failed due to not enough valid inputs#4167
Merged
tasanuma merged 1 commit intoapache:trunkfrom Apr 19, 2022
Merged
HDFS-16538. EC decoding failed due to not enough valid inputs#4167tasanuma merged 1 commit intoapache:trunkfrom
tasanuma merged 1 commit intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
Contributor
Author
|
@tasanuma Please take a look at this. |
|
🎊 +1 overall
This message was automatically generated. |
tasanuma
approved these changes
Apr 19, 2022
Member
tasanuma
left a comment
There was a problem hiding this comment.
@liubingxing Thanks for finding the bug and fixing it. +1. I'm a bit surprised that we didn't cover this common situation.
tasanuma
pushed a commit
that referenced
this pull request
Apr 19, 2022
Co-authored-by: liubingxing <liubingxing@bigo.sg> (cherry picked from commit 52e152f)
tasanuma
pushed a commit
that referenced
this pull request
Apr 19, 2022
Co-authored-by: liubingxing <liubingxing@bigo.sg> (cherry picked from commit 52e152f)
Contributor
Author
|
@tasanuma Thanks for the review and merged. I found another bug related to EC decoding in HDFS-16544 , Please take a look. Thanks you very much. |
Xushaohong
pushed a commit
to Xushaohong/hadoop
that referenced
this pull request
Nov 10, 2022
…nputs apache#4167 (merge request !715) Squash merge branch 'THADOOP-402' into 'release-3.2.1-tq-0.2'
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
…#4167) Co-authored-by: liubingxing <liubingxing@bigo.sg>
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
…puts (apache#4167) Co-authored-by: liubingxing <liubingxing@bigo.sg> (cherry picked from commit 52e152f) (cherry picked from commit d993d22) Change-Id: I7e6b6054110dc4fcbcd959819c727e7f5b0d9eec
LiuGuH
pushed a commit
to LiuGuH/hadoop
that referenced
this pull request
Mar 26, 2024
…#4167) Co-authored-by: liubingxing <liubingxing@bigo.sg>
LiuGuH
pushed a commit
to LiuGuH/hadoop
that referenced
this pull request
Mar 29, 2024
…#4167) Co-authored-by: liubingxing <liubingxing@bigo.sg>
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.
Currently, we found this error if the #StripeReader.readStripe() have more than one block read failed.
We use the EC policy ec(6+3) in our cluster.
This error can be trigger by #StatefulStripeReader.decode.
The reason is that: