HBASE-19598 Addendum fix typo
This commit is contained in:
parent
04798d6747
commit
756cccecff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue