[
https://issues.apache.org/jira/browse/HBASE-13366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529757#comment-14529757
]
Hudson commented on HBASE-13366:
--------------------------------
FAILURE: Integrated in HBase-0.98 #978 (See
[https://builds.apache.org/job/HBase-0.98/978/])
HBASE-13366 Throw DoNotRetryIOException instead of read only IOException
(Shaohui Liu) (apurtell: rev 593db050500e69bb87d5666ac235e1588d0f268b)
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> Throw DoNotRetryIOException instead of read only IOException
> ------------------------------------------------------------
>
> Key: HBASE-13366
> URL: https://issues.apache.org/jira/browse/HBASE-13366
> Project: HBase
> Issue Type: Improvement
> Reporter: Liu Shaohui
> Assignee: Liu Shaohui
> Priority: Minor
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13366-v1.diff
>
>
> Currently, the read only region just throws an IOException to the clients who
> send write requests to it. This will cause the clients retry for configured
> times or until operation timeout.
> Changing this exception to DoNotRetryIOException will make the client failed
> fast.
> Suggestions are welcomed~ Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)