[
https://issues.apache.org/jira/browse/HBASE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983537#action_12983537
]
Lars George commented on HBASE-2330:
------------------------------------
I ran into the same issue (HBASE-3452 duped it). Very unpleasant.
> Put errors are burried by the RetriesExhaustedException
> -------------------------------------------------------
>
> Key: HBASE-2330
> URL: https://issues.apache.org/jira/browse/HBASE-2330
> Project: 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.