TestCompaction broken on hudson.
--------------------------------
Key: HBASE-1068
URL: https://issues.apache.org/jira/browse/HBASE-1068
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
This should fix it:
{code}
Index: src/test/org/apache/hadoop/hbase/regionserver/TestCompaction.java
===================================================================
--- src/test/org/apache/hadoop/hbase/regionserver/TestCompaction.java
(revision 727828)
+++ src/test/org/apache/hadoop/hbase/regionserver/TestCompaction.java
(working copy)
@@ -57,7 +57,7 @@
// Set cache flush size to 1MB
conf.setInt("hbase.hregion.memcache.flush.size", 1024*1024);
- conf.setInt("hbase.hregion.memcache.block.multiplier", 2);
+ conf.setInt("hbase.hregion.memcache.block.multiplier", 10);
this.cluster = null;
{code}
We're writing in excess of the 2MB limit and the gate is coming down stopping
all other edits freezing the test.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.