Revert due to missing author. "HBASE-19685 Fix TestFSErrorsExposed#testFullSystemBubblesFSErrors by increasing scanner timeout."
This reverts commit 0b9dc14dbc
.
This commit is contained in:
parent
bf3c207785
commit
31fe5dbf6b
|
@ -188,7 +188,6 @@ public class TestFSErrorsExposed {
|
|||
try {
|
||||
// Make it fail faster.
|
||||
util.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 1);
|
||||
util.getConfiguration().setInt(HConstants.HBASE_CLIENT_SCANNER_TIMEOUT_PERIOD, 90000);
|
||||
util.getConfiguration().setInt("hbase.lease.recovery.timeout", 10000);
|
||||
util.getConfiguration().setInt("hbase.lease.recovery.dfs.timeout", 1000);
|
||||
util.startMiniCluster(1);
|
||||
|
|
Loading…
Reference in New Issue