HDFS-11845. Ozone: Output error when DN handshakes with SCM. Contributed by Weiwei Yang
This commit is contained in:
parent
62a1fa1af0
commit
0a05da9a89
|
@ -122,7 +122,7 @@ public final class ScmConfigKeys {
|
||||||
public static final String OZONE_SCM_HEARTBEAT_RPC_TIMEOUT =
|
public static final String OZONE_SCM_HEARTBEAT_RPC_TIMEOUT =
|
||||||
"ozone.scm.heartbeat.rpc-timeout";
|
"ozone.scm.heartbeat.rpc-timeout";
|
||||||
public static final long OZONE_SCM_HEARTBEAT_RPC_TIMEOUT_DEFAULT =
|
public static final long OZONE_SCM_HEARTBEAT_RPC_TIMEOUT_DEFAULT =
|
||||||
100;
|
1000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines how frequently we will log the missing of heartbeat to a specific
|
* Defines how frequently we will log the missing of heartbeat to a specific
|
||||||
|
|
Loading…
Reference in New Issue