-
Couldn't load subscription status.
- Fork 9.1k
HADOOP-16785. abfs close() #1809
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
HADOOP-16785. abfs close() #1809
Conversation
Add an extra test to verify FilterOutputStream close in try-with-resources All seems good Change-Id: Iaa9c5f9602d7a4f0b8c9d8bd71f308c87e4d525a
|
tried to expand the test but no, failed to be able to trigger any problems with FilterOutputStream; hopefully that means: no problem |
Add an extra test to verify FilterOutputStream close in try-with-resources All seems good Change-Id: Iaa9c5f9602d7a4f0b8c9d8bd71f308c87e4d525a
|
🎊 +1 overall
This message was automatically generated. |
|
@ThomasMarquardt -this completes the previous patch with one extra test; shows that filterFS is apparently happy. |
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, +1
|
thanks |
|
merged to branch-3.2+ |
Followup to #1791
Add an extra test to verify FilterOutputStream close in try-with-resources
All seems good -tested azure cardiff
Change-Id: Iaa9c5f9602d7a4f0b8c9d8bd71f308c87e4d525a
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute