[
https://issues.apache.org/jira/browse/HBASE-10522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905384#comment-13905384
]
Nicolas Liochon commented on HBASE-10522:
-----------------------------------------
HTableMultiplexer. It will be shallowed a few lines after (in the '} catch
(Exception e) {'). But I don't really know what to do here. Let's keep your
patch as it is.
HBaseAdmin#deleteTable. It"s scary (why is it different today???), but let's do
that.
Note that Ideally HBaseAdmin#deleteTables should manage the
InterruptedIOException (calling ExceptionUtil#rethrowIfInterrupt)
HBaseAdmin#snapshot seems ok.
+1 so... Will wait one more day before committing if someone wants to double
check.
> Correct wrong handling and add proper handling for swallowed
> InterruptedException thrown by Thread.sleep in client
> ------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-10522
> URL: https://issues.apache.org/jira/browse/HBASE-10522
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Affects Versions: 0.98.0, 0.99.0
> Reporter: Feng Honghua
> Assignee: Feng Honghua
> Fix For: 0.99.0
>
> Attachments: HBASE-10522-trunk_v1.patch, HBASE-10522-trunk_v2.patch,
> HBASE-10522-trunk_v3.patch
>
>
> A sub-task of HBASE-10497
> # rethrow rather than ignore InterruptedException thrown in deleteTable, this
> behavior is to align with other similar methods such as
> createTable/enableTable/disableTable
> # correct some wrong handling of InterruptedException where
> Thread.currentThread.interrupt() is called within while loops
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)