[
https://issues.apache.org/jira/browse/HBASE-10524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905428#comment-13905428
]
Nicolas Liochon commented on HBASE-10524:
-----------------------------------------
Yes, I'm going to commit with a small change
+ LOG.warn("Interrupted while sleeping during get task list ...", e1);
=> not need to log the exception, so I will log this
+ LOG.warn("Interrupted while sleeping during get task list.");
> Correct wrong handling and add proper handling for swallowed
> InterruptedException thrown by Thread.sleep in regionserver
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-10524
> URL: https://issues.apache.org/jira/browse/HBASE-10524
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Reporter: Feng Honghua
> Assignee: Feng Honghua
> Attachments: HBASE-10524-trunk_v1.patch, HBASE-10524-trunk_v2.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)