HDFS-5853. Add "hadoop.user.group.metrics.percentiles.intervals" to hdfs-default.xml (aajisaka)
(cherry picked from commit aa55fd3096
)
This commit is contained in:
parent
0e10c70445
commit
d664705fd1
|
@ -390,6 +390,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.
|
||||||
|
|
|
@ -1508,6 +1508,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