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