-
Notifications
You must be signed in to change notification settings - Fork 592
HDDS-6282. Fix BlockDataStreamOutput#doFlushIfNeeded NPE #3060
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-6282. Fix BlockDataStreamOutput#doFlushIfNeeded NPE #3060
Conversation
ayushtkn
left a comment
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.
Add a test case
This is a fix for a bug that reported errors in JIRA. Use the existing test. |
Thanks @ayushtkn for the review. this bug was found in our patch that s3gateway support streaming write(HDDS-5869). |
|
Hi @guohao-rosicky HDDS-4454 was synchronous with master branch. Can you rebase this patch? I think we can merge this bug fix first and continue #2858. |
82f3e7d to
d9eeb52
Compare
captainzmc
left a comment
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.
+1 The change looks good.
d9eeb52 to
fd24d92
Compare
fd24d92 to
57fa5a4
Compare
|
Failed CI has nothing to do with this PR. Let's merge this patch first and then continue HDDS-5869. Thanks @guohao-rosicky fix this and thanks @ayushtkn for the review. |
(cherry picked from commit fce0dfa)
What changes were proposed in this pull request?
Fix BlockDataStreamOutput#doFlushIfNeeded NPE
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-6282