Revert "HDDS-1284. Adjust default values of pipline recovery for more resilient service restart. Contributed by Elek, Marton. (#608)"
This reverts commit 44b8451821
.
This commit is contained in:
parent
93db5da4d9
commit
ae3a2c3851
|
@ -260,7 +260,7 @@ public final class ScmConfigKeys {
|
|||
public static final String OZONE_SCM_STALENODE_INTERVAL =
|
||||
"ozone.scm.stale.node.interval";
|
||||
public static final String OZONE_SCM_STALENODE_INTERVAL_DEFAULT =
|
||||
"5m";
|
||||
"90s";
|
||||
|
||||
public static final String OZONE_SCM_HEARTBEAT_RPC_TIMEOUT =
|
||||
"ozone.scm.heartbeat.rpc-timeout";
|
||||
|
@ -331,7 +331,7 @@ public final class ScmConfigKeys {
|
|||
"ozone.scm.pipeline.destroy.timeout";
|
||||
|
||||
public static final String OZONE_SCM_PIPELINE_DESTROY_TIMEOUT_DEFAULT =
|
||||
"66s";
|
||||
"300s";
|
||||
|
||||
public static final String OZONE_SCM_PIPELINE_CREATION_INTERVAL =
|
||||
"ozone.scm.pipeline.creation.interval";
|
||||
|
|
|
@ -1035,7 +1035,7 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>ozone.scm.stale.node.interval</name>
|
||||
<value>5m</value>
|
||||
<value>90s</value>
|
||||
<tag>OZONE, MANAGEMENT</tag>
|
||||
<description>
|
||||
The interval for stale node flagging. Please
|
||||
|
@ -1274,7 +1274,7 @@
|
|||
</property>
|
||||
<property>
|
||||
<name>ozone.scm.pipeline.destroy.timeout</name>
|
||||
<value>66s</value>
|
||||
<value>300s</value>
|
||||
<tag>OZONE, SCM, PIPELINE</tag>
|
||||
<description>
|
||||
Once a pipeline is closed, SCM should wait for the above configured time
|
||||
|
|
Loading…
Reference in New Issue