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:
parent
d372221802
commit
5bee34d496
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue