HDDS-254. Fix TestStorageContainerManager#testBlockDeletingThrottling. Contributed by Lokesh Jain
This commit is contained in:
parent
0927bc4f76
commit
5074ca93af
@ -392,7 +392,7 @@ private void configureSCM() {
|
||||
|
||||
private void configureSCMheartbeat() {
|
||||
if (hbInterval.isPresent()) {
|
||||
conf.getTimeDuration(ScmConfigKeys.OZONE_SCM_HEARTBEAT_INTERVAL,
|
||||
conf.setTimeDuration(ScmConfigKeys.OZONE_SCM_HEARTBEAT_INTERVAL,
|
||||
hbInterval.get(), TimeUnit.MILLISECONDS);
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user