HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka)
This commit is contained in:
parent
dbc9b6433e
commit
aa55fd3096
|
@ -691,6 +691,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in
|
HDFS-7685. Document dfs.namenode.heartbeat.recheck-interval in
|
||||||
hdfs-default.xml. (Kai Sasaki via aajisaka)
|
hdfs-default.xml. (Kai Sasaki via aajisaka)
|
||||||
|
|
||||||
|
HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to
|
||||||
|
hdfs-default.xml. (aajisaka)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
||||||
|
|
|
@ -1517,6 +1517,17 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>hadoop.user.group.metrics.percentiles.intervals</name>
|
||||||
|
<value></value>
|
||||||
|
<description>
|
||||||
|
A comma-separated list of the granularity in seconds for the metrics
|
||||||
|
which describe the 50/75/90/95/99th percentile latency for group resolution
|
||||||
|
in milliseconds.
|
||||||
|
By default, percentile latency metrics are disabled.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>dfs.encrypt.data.transfer</name>
|
<name>dfs.encrypt.data.transfer</name>
|
||||||
<value>false</value>
|
<value>false</value>
|
||||||
|
|
Loading…
Reference in New Issue