[
https://issues.apache.org/jira/browse/HADOOP-17380?focusedWorklogId=596241&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-596241
]
ASF GitHub Bot logged work on HADOOP-17380:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/May/21 16:39
Start Date: 13/May/21 16:39
Worklog Time Spent: 10m
Work Description: bogthe opened a new pull request #3012:
URL: https://github.com/apache/hadoop/pull/3012
Inside `ITestS3AContractSeek` the filesystem was getting closed before the
tests can execute their `teardown` method leading to the output log being
spammed with `IOException` messages.
Moving the order of operations around in `ITestS3AContractSeek.teardown`
so that `teardown` happens before closing the filesystem.
[HADOOP-17380](https://issues.apache.org/jira/browse/HADOOP-17380)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 596241)
Remaining Estimate: 0h
Time Spent: 10m
> ITestS3AContractSeek.teardown closes FS before superclass does its cleanup
> --------------------------------------------------------------------------
>
> Key: HADOOP-17380
> URL: https://issues.apache.org/jira/browse/HADOOP-17380
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.3.0
> Reporter: Steve Loughran
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> ITestS3AContractSeek.teardown closes the FS, but because it does it before
> calling super.teardown, the superclass doesn't get the opportunity to delete
> the test dirs.
> Proposed: change the order.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]