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

Anastasia Braginsky commented on HBASE-19971:
---------------------------------------------

Hey,

I do not see enough information to debug and to investigate the problem. The 
exception stack is unclear for me from majorCompaction() what is the path to 
getCell() from CCM (which is the only place to throw this exception)? Please 
let me know in case the problem can be reproduced.

Generally speaking, I saw this exception once when there were no more chunks in 
pool, but the problem was fixed long ago. What version of the code is used 
here? 

> TestMajorCompaction#testDataBlockEncodingInCacheOnly sometimes fails with 
> IllegalArgumentException
> --------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-19971
>                 URL: https://issues.apache.org/jira/browse/HBASE-19971
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Major
>         Attachments: 19971.v1.txt, testDataBlockEncodingInCacheOnly.out
>
>
> From 
> https://builds.apache.org/job/HBASE-Flaky-Tests/25784/testReport/junit/org.apache.hadoop.hbase.regionserver/TestMajorCompaction/testDataBlockEncodingInCacheOnly_2_/
>  :
> {code}
> java.io.IOException: java.lang.IllegalArgumentException: In CellChunkMap, 
> cell must be associated with chunk.. We were looking for a cell at index 0
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.majorCompaction(TestMajorCompaction.java:206)
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.majorCompactionWithDataBlockEncoding(TestMajorCompaction.java:186)
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.testDataBlockEncodingInCacheOnly(TestMajorCompaction.java:166)
> Caused by: java.lang.IllegalArgumentException: In CellChunkMap, cell must be 
> associated with chunk.. We were looking for a cell at index 0
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.majorCompaction(TestMajorCompaction.java:206)
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.majorCompactionWithDataBlockEncoding(TestMajorCompaction.java:186)
>       at 
> org.apache.hadoop.hbase.regionserver.TestMajorCompaction.testDataBlockEncodingInCacheOnly(TestMajorCompaction.java:166)
> {code}
> From the index of the test, EAGER policy was used.



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

Reply via email to