Auto-Re: [jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-25 Thread wsb
您的邮件已收到!谢谢!

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-25 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Resolution: Fixed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) Thanks

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-16 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.006.patch Here's a patch which adds LOG.errors with the path, LMK what you think.

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-12 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.005.patch Good catch, made that last rev a little too quickly. Moved oldLock into

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-08 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.004.patch TY for the review again, I removed the extra finally.

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Status: Patch Available (was: Open) Use try with resources in DataStorage and Storage

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.001.patch Patch attached Use try with resources in DataStorage and Storage

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.002.patch Looking at it more, I realized that copying the dncp log over on upgrade

[jira] [Updated] (HDFS-8546) Use try with resources in DataStorage and Storage

2015-06-05 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-8546: -- Attachment: HDFS-8546.003.patch Thanks for reviewing Nicholas. I did that in writeProperties because I