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 08:40:19 UTC

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

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

Feng Honghua updated HBASE-10522:
---------------------------------

    Description: 
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

  was:
A sub-task of HBASE-10497

# rethrow rather than ignore InterruptedException thrown in deleteTable, this behavior is to align with other similar method such as createTable/enableTable/disableTable
# correct some wrong handling of InterruptedException where Thread.currentThread.interrupt() is called within while loops

        Summary: Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in client  (was: Correct some wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in client)

> 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
>            Reporter: Feng Honghua
>            Assignee: Feng Honghua
>         Attachments: HBASE-10522-trunk_v1.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)