HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in hdfs-default.xml. Contributed by Kai Sasaki.
This commit is contained in:
parent
01a1621930
commit
8719cdd4f6
|
@ -685,6 +685,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HDFS-7308. Change the packet chunk size computation in DFSOutputStream in
|
HDFS-7308. Change the packet chunk size computation in DFSOutputStream in
|
||||||
order to enforce packet size <= 64kB. (Takuya Fukudome via szetszwo)
|
order to enforce packet size <= 64kB. (Takuya Fukudome via szetszwo)
|
||||||
|
|
||||||
|
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in
|
||||||
|
hdfs-default.xml. (Kai Sasaki via aajisaka)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
||||||
|
|
|
@ -144,6 +144,17 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>dfs.namenode.heartbeat.recheck-interval</name>
|
||||||
|
<value>300000</value>
|
||||||
|
<description>
|
||||||
|
This time decides the interval to check for expired datanodes.
|
||||||
|
With this value and dfs.heartbeat.interval, the interval of
|
||||||
|
deciding the datanode is stale or not is also calculated.
|
||||||
|
The unit of this configuration is millisecond.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.http.policy</name>
|
<name>dfs.http.policy</name>
|
||||||
<value>HTTP_ONLY</value>
|
<value>HTTP_ONLY</value>
|
||||||
|
|
Loading…
Reference in New Issue