-
Couldn't load subscription status.
- Fork 9.1k
HDFS-17359. EC: recheck failed streamers should only after flushing all packets. #6503
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
@Hexiaoqiao @zhangshuyan0 @tasanuma Hi~ sir. Could you please help me review this simple modification when you are free? Thanks a lot. |
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.
LGTM.
|
Merged. Thanks for your contribution! @hfutatzhanghb |
…ll packets. (#6503). Contributed by farmmamba. Signed-off-by: Takanobu Asanuma <[email protected]> (cherry picked from commit 4f4b846)
…ll packets. (#6503). Contributed by farmmamba. Signed-off-by: Takanobu Asanuma <[email protected]> (cherry picked from commit 4f4b846)
Sir, thanks a lot for your reviewing and merging ~ |
…ll packets. (apache#6503). Contributed by farmmamba. Signed-off-by: Takanobu Asanuma <[email protected]>
…ll packets. (#6503). Contributed by farmmamba. Signed-off-by: Takanobu Asanuma <[email protected]> (cherry picked from commit 4f4b846)
Description of PR
Refer to HDFS-17359
In method DFSStripedOutputStream#checkStreamerFailures, we have below codes:
We should better move the re-check logic into if condition to reduce useless invocation.