HBASE-19598 Addendum increase sync wait time

This commit is contained in:
zhangduo 2018-03-09 15:34:24 +08:00
parent 033485dff3
commit 04798d6747
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ public class TestAssignmentManagerMetrics {
// set tablesOnMaster to none
conf.set("hbase.balancer.tablesOnMaster", "none");
// set client sync wait timeout to 5sec
conf.setInt("hbase.client.sync.wait.timeout.msec", 2500);
// set client sync wait timeout to 10sec
conf.setInt("hbase.client.sync.wait.timeout.msec", 5000);
conf.setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1);
conf.setInt(HConstants.HBASE_CLIENT_OPERATION_TIMEOUT, 2500);
// set a small interval for updating rit metrics