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

Hudson commented on HBASE-6328:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #83 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/83/])
    HBASE-6328 FSHDFSUtils#recoverFileLease tries to rethrow 
InterruptedException but actually shallows it (Revision 1357535)

     Result = FAILURE
nkeywal : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSHDFSUtils.java

                
> FSHDFSUtils#recoverFileLease tries to rethrow InterruptedException but 
> actually shallows it
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-6328
>                 URL: https://issues.apache.org/jira/browse/HBASE-6328
>             Project: HBase
>          Issue Type: Bug
>          Components: master, regionserver
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6328.092_094.v1.patch, 6328.v1.patch
>
>
> Coding error is:
> {noformat}
>       try {
>         Thread.sleep(1000);
>       } catch (InterruptedException ex) {
>         new InterruptedIOException().initCause(ex);
>       }
> {noformat}
> The exception is created but not thrown...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to