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
This commit is contained in:
Michael Stack 2013-03-22 16:11:57 +00:00
parent d372221802
commit 5bee34d496
1 changed files with 1 additions and 1 deletions

View File

@ -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);