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.