[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-18 Thread Xiaoyu Yao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoyu Yao updated HDFS-10383: -- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.8.0 Target Version/s:

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-17 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Attachment: HDFS-10383-branch-2.000.patch Thanks [~xyao] for the review and commit. I attached th

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-16 Thread Xiaoyu Yao (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoyu Yao updated HDFS-10383: -- Description: There are a few of methods in {{DFSTestUtil}} that do not close the resource safely, or el

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-16 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Attachment: HDFS-10383.003.patch Thank you [~walter.k.su] for your helpful suggestion. Although i

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-12 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Attachment: HDFS-10383.002.patch The v2 patch is to revert {{createStripedFile()}} and {{runOperat

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-11 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Issue Type: Improvement (was: Bug) > Safely close resources in DFSTestUtil >

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-11 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Attachment: HDFS-10383.001.patch > Safely close resources in DFSTestUtil > ---

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-11 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Priority: Major (was: Minor) The v1 patch revisited the {{DFSTestUtil}} class. # {{urlGetBytes}}

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-11 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Status: Patch Available (was: Open) > Safely close resources in DFSTestUtil > ---

[jira] [Updated] (HDFS-10383) Safely close resources in DFSTestUtil

2016-05-11 Thread Mingliang Liu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-10383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-10383: - Attachment: HDFS-10383.000.patch The v0 patch is the first effort addressing this problem. Kindly