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

Zheng Hu commented on HBASE-22005:
----------------------------------

I think I got the exception finally,  but seems our hbase client  ignore this 
error, and has nothing in the log.. so I take a long time to debug this... 
{code}
2019-03-27 17:50:00,023 ERROR [hconnection-0x6ae62c7e-shared-pool14-t21] 
client.ScannerCallable(267): !!!!!!!!!!!!!!Exception: 
java.lang.IllegalArgumentException: Invalid key length in KeyValue. 
keyLength=738197528, KeyValueBytesHex=,\x00\x00\x18\x00\x00\x00\x0C\x00\x09     
  
31\x02cfq\x00\x00\x01i\xBE\x8EF3\x04\x00\x00\x01i\xBE\x8EE\xFD\x00\x00\x01\xCE, 
offset=0, length=44
        at 
org.apache.hadoop.hbase.KeyValueUtil.checkKeyValueBytes(KeyValueUtil.java:527)
        at org.apache.hadoop.hbase.KeyValue.<init>(KeyValue.java:344)
        at org.apache.hadoop.hbase.NoTagsKeyValue.<init>(NoTagsKeyValue.java:34)
        at 
org.apache.hadoop.hbase.KeyValueUtil.createKeyValueFromInputStream(KeyValueUtil.java:664)
        at 
org.apache.hadoop.hbase.codec.KeyValueCodec$KeyValueDecoder.parseCell(KeyValueCodec.java:75)
        at 
org.apache.hadoop.hbase.codec.BaseDecoder.advance(BaseDecoder.java:68)
        at 
org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter.getResults(ResponseConverter.java:399)
        at 
org.apache.hadoop.hbase.client.ScannerCallable.rpcCall(ScannerCallable.java:264)
        at 
org.apache.hadoop.hbase.client.ScannerCallable.rpcCall(ScannerCallable.java:59)
        at 
org.apache.hadoop.hbase.client.RegionServerCallable.call(RegionServerCallable.java:127)
        at 
org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithoutRetries(RpcRetryingCallerImpl.java:192)
        at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:394)
        at 
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas$RetryingRPC.call(ScannerCallableWithReplicas.java:368)
        at 
org.apache.hadoop.hbase.client.RpcRetryingCallerImpl.callWithRetries(RpcRetryingCallerImpl.java:107)
        at 
org.apache.hadoop.hbase.client.ResultBoundedCompletionService$QueueingFuture.run(ResultBoundedCompletionService.java:80)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
{code}

> Use ByteBuff's refcnt to track the life cycle of data block
> -----------------------------------------------------------
>
>                 Key: HBASE-22005
>                 URL: https://issues.apache.org/jira/browse/HBASE-22005
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Zheng Hu
>            Assignee: Zheng Hu
>            Priority: Major
>         Attachments: HBASE-22005.HBASE-21879.v1.patch, 
> HBASE-22005.HBASE-21879.v2.patch, HBASE-22005.HBASE-21879.v3.patch, 
> HBASE-22005.HBASE-21879.v4.patch, HBASE-22005.HBASE-21879.v5.patch, 
> HBASE-22005.HBASE-21879.v6.patch, HBASE-22005.HBASE-21879.v7.patch, 
> HBASE-22005.HBASE-21879.v8.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to