HBASE-14362 org.apache.hadoop.hbase.master.procedure.TestWALProcedureStoreOnHDFS is super duper flaky (Heng Chen)

This commit is contained in:
stack 2015-09-29 14:51:21 -07:00
parent 6534583652
commit 4cb3e029b0
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ public class TestWALProcedureStoreOnHDFS {
// increase the value for slow test-env
conf.setInt("hbase.procedure.store.wal.wait.before.roll", 1000);
conf.setInt("hbase.procedure.store.wal.max.roll.retries", 5);
conf.setInt("hbase.procedure.store.wal.sync.failure.roll.max", 5);
conf.setInt("hbase.procedure.store.wal.max.roll.retries", 10);
conf.setInt("hbase.procedure.store.wal.sync.failure.roll.max", 10);
}
@Before