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

Zhou wenjian commented on HBASE-6641:
-------------------------------------

After applying the patch,we could get what happened 

org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 
2000 actions: org.apache.hadoop.hbase.DoNotRetryIOException: Column family a 
does not exist in region 
logTable,8LK27P38EYG15H7JDEB5YT6TK1MADYZYGFXFE330L3MB29G5Z7,1345183514575.0c8bf995b1e70d6f26fdcaa03c701035.
 in table {NAME => 'logTable', FAMILIES => [{NAME => 'cf', DATA_BLOCK_ENCODING 
=> 'NONE', BLOOMFILTER => 'NONE', REPLICATION_SCOPE => '0', COMPRESSION => 
'NONE', VERSIONS => '3', TTL => '2147483647', MIN_VERSIONS => '0', 
KEEP_DELETED_CELLS => 'false', BLOCKSIZE => '65536', ENCODE_ON_DISK => 'true', 
IN_MEMORY => 'false', BLOCKCACHE => 'true'}]}
at 
org.apache.hadoop.hbase.regionserver.HRegionServer.multi(HRegionServer.java:3773)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.hadoop.hbase.ipc.WritableRpcEngine$Server.call(WritableRpcEngine.java:364)
at org.apache.hadoop.hbase.ipc.HBaseServer$Handler.run(HBaseServer.java:1401)
                
> 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
>
>         Attachments: HBASE-6641.patch
>
>
> 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

        

Reply via email to