Ted Yu created HBASE-19971:
------------------------------
Summary: 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
>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)