[
https://issues.apache.org/jira/browse/HBASE-19666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309409#comment-16309409
]
Balazs Meszaros commented on HBASE-19666:
-----------------------------------------
+1
I also tried to figure out why it is failed and I also came to the same
resolution ({{hbase.hstore.blockingStoreFiles}} must be set to {{10}}).
But it is enough to modify only {{TestDefaultCompactSelection}} with the
following function:
{code:java}
@Override
protected void config() {
super.config();
this.conf.setLong("hbase.hstore.blockingStoreFiles", 10);
}
{code}
> TestDefaultCompactSelection test failed
> ---------------------------------------
>
> Key: HBASE-19666
> URL: https://issues.apache.org/jira/browse/HBASE-19666
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0
> Reporter: Jingyun Tian
> Assignee: Chia-Ping Tsai
> Priority: Critical
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-19666.v0.patch
>
>
> hadoop.hbase.regionserver.TestDefaultCompactSelection
> [ERROR] Failures:
> [ERROR]
> TestDefaultCompactSelection.testCompactionRatio:74->TestCompactionPolicy.compactEquals:182->TestCompactionPolicy.compactEquals:201
> expected:<[[4, 2, 1]]> but was:<[[]]>
> [ERROR]
> TestDefaultCompactSelection.testStuckStoreCompaction:145->TestCompactionPolicy.compactEquals:182->TestCompactionPolicy.compactEquals:201
> expected:<[[]30, 30, 30]> but was:<[[99, 30, ]30, 30, 30]>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)