[ 
https://issues.apache.org/jira/browse/HBASE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846009#action_12846009
 ] 

Alexey Kovyrin commented on HBASE-2330:
---------------------------------------

This issue makes it impossible for hbase shell to explain user a reason his put 
has failed.

> 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.

Reply via email to