[ 
https://issues.apache.org/jira/browse/HDFS-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584337#comment-14584337
 ] 

Tsz Wo Nicholas Sze commented on HDFS-8546:
-------------------------------------------

> ... OverlappingFileLockException is a JDK class that doesn't have a 
> constructor that takes a String, so could not address that one. ...

Do you know if there a reason that message cannot be set in 
OverlappingFileLockException?


It is hard to debug if we see OverlappingFileLockException but the path info is 
missing.  How about either add a LOG.error message, or use a different 
exception, say IllegalStateException (a base class of 
OverlappingFileLockException) in order to show the file oldF?

> Use try with resources in DataStorage and Storage
> -------------------------------------------------
>
>                 Key: HDFS-8546
>                 URL: https://issues.apache.org/jira/browse/HDFS-8546
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: datanode
>    Affects Versions: 2.7.0
>            Reporter: Andrew Wang
>            Assignee: Andrew Wang
>            Priority: Minor
>         Attachments: HDFS-8546.001.patch, HDFS-8546.002.patch, 
> HDFS-8546.003.patch, HDFS-8546.004.patch, HDFS-8546.005.patch
>
>
> We have some old-style try/finally to close files in DataStorage and Storage, 
> let's update them.
> Also a few small cleanups:
> * Actually check that tryLock returns a FileLock in isPreUpgradableLayout
> * Remove unused parameter from writeProperties
> * Add braces for one-line if statements per coding style



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to