[
https://issues.apache.org/jira/browse/HBASE-12044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142797#comment-14142797
]
Aditya Kishore commented on HBASE-12044:
----------------------------------------
I see that as part of HBASE-2412, a simple
{{admin.disableTable(actualTableName);}} was replaced with a retry loop. If you
think that it is not required anymore then in that case, we could just catch
and ignore {{TableNotEnabledException}} and get rid of the loop.
> REST delete operation should not retry disableTable for DoNotRetryIOException
> -----------------------------------------------------------------------------
>
> Key: HBASE-12044
> URL: https://issues.apache.org/jira/browse/HBASE-12044
> Project: HBase
> Issue Type: Bug
> Components: REST
> Affects Versions: 0.98.6.1
> Reporter: Aditya Kishore
> Assignee: Aditya Kishore
> Priority: Minor
> Attachments:
> HBASE-12044-REST-delete-operation-should-not-retry-d.patch,
> HBASE-12044-REST-delete-operation-should-not-retry-d.patch
>
>
> At present, it will keep retrying 10 times even if the exception is of
> {{DoNotRetryIOException}} type like {{TableNotFoundException}} or
> {{TableNotEnabledException}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)