diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md index af1569c6d01..2422f8cb011 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ObserverNameNode.md @@ -194,6 +194,21 @@ few configurations to your **hdfs-site.xml**: 1048576 +* **dfs.namenode.accesstime.precision** -- whether to enable access + time for HDFS file. + + It is **highly recommended** to disable this configuration. If + enabled, this will turn a `getBlockLocations` call into a write call, + as it needs to hold write lock to update the time for the opened + file. Therefore, the request will fail on all Observer NameNodes and fall + back to the active eventually. As result, RPC performance will degrade. + + + dfs.namenode.accesstime.precision + 0 + + + ### New administrative command A new HA admin command is introduced to transition a Standby NameNode