[
https://issues.apache.org/jira/browse/HBASE-10300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865866#comment-13865866
]
Devaraj Das commented on HBASE-10300:
-------------------------------------
My understanding was that DoNotRetryIOException is thrown for cases where there
is no point retrying at a global level (for e.g., a table is disabled and the
client shouldn't try to get data from its regions). When a regionserver aborts,
and a client was connected to it before should retry it's operations to the
failed over regionserver(s), no? Why should it be a DoNotRetryIOException..
> Insure a throw of DoNotRetryIOException when a regionserver aborts
> ------------------------------------------------------------------
>
> Key: HBASE-10300
> URL: https://issues.apache.org/jira/browse/HBASE-10300
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.99.0
> Reporter: Andrew Purtell
> Fix For: 0.98.0, 0.99.0
>
>
> As discussed on HBASE-10292, we may not be throwing DoNotRetryIOExceptions
> back to the client when aborting the server, especially when handling fatal
> coprocessor exceptions.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)