From 5bee34d496bbf87e198b34e5b84af9de38d4ec0f Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 22 Mar 2013 16:11:57 +0000 Subject: [PATCH] HBASE-7458 TestReplicationWithCompression fails intermittently in both PreCommit and trunk builds git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1459879 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/hadoop/hbase/replication/TestReplicationBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java index d98d9202c79..acc2ac255b4 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationBase.java @@ -78,7 +78,7 @@ public class TestReplicationBase { conf1.set(HConstants.ZOOKEEPER_ZNODE_PARENT, "/1"); // smaller log roll size to trigger more events conf1.setFloat("hbase.regionserver.logroll.multiplier", 0.0003f); - conf1.setInt("replication.source.size.capacity", 1024); + conf1.setInt("replication.source.size.capacity", 10240); conf1.setLong("replication.source.sleepforretries", 100); conf1.setInt("hbase.regionserver.maxlogs", 10); conf1.setLong("hbase.master.logcleaner.ttl", 10);