[
https://issues.apache.org/jira/browse/HBASE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846025#action_12846025
]
ryan rawson commented on HBASE-2330:
------------------------------------
There is an exception called DoNotRetryIOException That might be handy....
On Mar 16, 2010 10:16 AM, "Alexey Kovyrin (JIRA)" <[email protected]> wrote:
Put errors are burried by the RetriesExhaustedException
-------------------------------------------------------
Key: HBASE-2330
URL: https://issues.apache.org/jira/browse/HBASE-2330
Project: Hadoop HBase
Issue Type: Bug
Components: client
Reporter: Alexey Kovyrin
When a user tries to put into non-existing column family, all the
NoSuchColumnFamilyException errors get buried (many of them, since we retry
10 times by default) and then we throw useless RetriesExhaustedException
that tells user nothing but the fact that the put operation has failed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
> Put errors are burried by the RetriesExhaustedException
> -------------------------------------------------------
>
> Key: HBASE-2330
> URL: https://issues.apache.org/jira/browse/HBASE-2330
> Project: Hadoop HBase
> Issue Type: Bug
> Components: client
> Reporter: Alexey Kovyrin
>
> When a user tries to put into non-existing column family, all the
> NoSuchColumnFamilyException errors get buried (many of them, since we retry
> 10 times by default) and then we throw useless RetriesExhaustedException that
> tells user nothing but the fact that the put operation has failed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.