[ 
https://issues.apache.org/jira/browse/HBASE-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Feng Honghua updated HBASE-10523:
---------------------------------

    Attachment: HBASE-10523-trunk_v1.patch

2 notes:
* A Threads.sleep() call within a while(true) loop is corrected in this jira 
since it's hard to separate it from another sleep nearby, though it's more 
suitable to be fixed by HBASE-10516
* The handling of InterruptedException of some similar methods in FSUtils are 
all different from each other:-(, I just correct the handling if it's not 
properly handled but not align their handling among those methods. Sounds we 
should figure out a same handling theme for them (the method names are 
setVersion, checkClusterIdExists, setClusterId and waitOnSafeMode)

> Correct wrong handling and add proper handling for swallowed 
> InterruptedException thrown by Thread.sleep in util
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10523
>                 URL: https://issues.apache.org/jira/browse/HBASE-10523
>             Project: HBase
>          Issue Type: Sub-task
>          Components: util
>            Reporter: Feng Honghua
>            Assignee: Feng Honghua
>         Attachments: HBASE-10523-trunk_v1.patch
>
>
> A sub-task of HBASE-10497
> # correct wrong handling of InterruptedException where 
> Thread.currentThread.interrupt() is called within while loops
> # add proper handling for swallowed InterruptedException



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to