You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Feng Honghua (JIRA)" <ji...@apache.org> on 2014/02/13 09:43:21 UTC

[jira] [Updated] (HBASE-10524) Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in regionserver

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

Feng Honghua updated HBASE-10524:
---------------------------------

    Attachment: HBASE-10524-trunk_v1.patch

Some notes for this jira, [~nkeywal] :
# agree no need to interrupt since thread exits after the containing loop ends, so no change to MemStoreFlusher.java and Leases.java
# for SplitLogWorker, no change in method run() for the same reason of above; correct the calling of interrupt() within while loop in SplitLogWorker.getTaskList()
# for HRegionServer.createRegionServerStatusStub(), restore interrupt status after while loop if it's ever interrupted within the loop

> 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
>
>
> 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)