[
https://issues.apache.org/jira/browse/HBASE-19658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343679#comment-16343679
]
ramkrishna.s.vasudevan commented on HBASE-19658:
------------------------------------------------
In JMS's attached output I could see this
{code}
2018-01-13 17:45:52,842 DEBUG [Time-limited
test-inmemoryCompactions-1515883552809] regionserver.CompactionPipeline(206):
Compaction pipeline segment Type=CSLMImmutableSegment, empty=no, cellCount=3,
cellSize=6291588, totalHeapSize=6292080, min timestamp=1515883552790, max
timestamp=1515883552819Num uniques -1; flattened
{code}
In a successful run I get this
{code}
Compaction pipeline segment Type=CSLMImmutableSegment, empty=no, cellCount=2,
cellSize=4194392, totalHeapSize=4194792, min timestamp=1517265194295, max
timestamp=1517265194298Num uniques -1; flattened
{code}
In a successful run first we get cellCount = 1 and then the next inmemory flush
creates cellCount = 2.
In the case of the failed test run the cellCount = 3.
Also this test requires some clean up. The HTD and region are created for every
test case and in tear down there is no clean up of the region or deletion of
the region. Cleaning up is better.
> Fix and reenable
> TestCompactingToCellFlatMapMemStore#testFlatteningToJumboCellChunkMap
> --------------------------------------------------------------------------------------
>
> Key: HBASE-19658
> URL: https://issues.apache.org/jira/browse/HBASE-19658
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0-beta-1
> Reporter: stack
> Assignee: Anastasia Braginsky
> Priority: Major
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-19658-V01.patch, HBASE-19658-V02.patch,
> HBASE-19658-V03.patch, HBASE-19658-V04.patch, HBASE-19658-V05.patch,
> HBASE-19658.0007.patch, HBASE-19658.006.patch, HBASE-19658.05.patch,
> org.apache.hadoop.hbase.regionserver.TestCompactingToCellFlatMapMemStore-output.txt
>
>
> testFlatteningToJumboCellChunkMap was disabled so could commit HBASE-19282 on
> branch-2. This test is failing reliably. Assigned to [~anastas]. This issue
> is about fixing the failing test and reenabling it in time for beta-2. Thanks
> A.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)