Zhou wenjian created HBASE-6641:
-----------------------------------
Summary: more message with DoNotRetryIOException in client
Key: HBASE-6641
URL: https://issues.apache.org/jira/browse/HBASE-6641
Project: HBase
Issue Type: Bug
Components: client
Affects Versions: 0.94.0
Reporter: Zhou wenjian
Assignee: Zhou wenjian
Fix For: 0.94.2
when write a row with wrong or unexist family into a table , we will get
message below
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed
2000 actions: DoNotRetryIOException: 2000 times, servers with issues:
dw82.kgb.sqa.cm4:64020, at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1591)
at
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1367)
at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:945)
at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:801)
at org.apache.hadoop.hbase.client.HTable.put(HTable.java:784)
at zookeeper.WriteMultiThread.doInsert(WriteToTable.java:101)
at zookeeper.WriteMultiThread.run(WriteToTable.java:80)
it not friendly to the client. Need to show the client more details about the
exception.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira