HBASE-19598 Addendum fix typo

This commit is contained in:
zhangduo 2018-03-09 15:37:22 +08:00
parent 04798d6747
commit 756cccecff
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class TestAssignmentManagerMetrics {
// set tablesOnMaster to none
conf.set("hbase.balancer.tablesOnMaster", "none");
// set client sync wait timeout to 10sec
// set client sync wait timeout to 5sec
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);