This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new e317222 HDFS-12770. Add doc about how to disable client socket cache.
Contributed by Weiwei Yang.
e317222 is described below
commit e3172221eaa6e40a775367221974610b3c693f1a
Author: Weiwei Yang <[email protected]>
AuthorDate: Mon Jun 17 21:45:28 2019 -0700
HDFS-12770. Add doc about how to disable client socket cache. Contributed
by Weiwei Yang.
Signed-off-by: Wei-Chiu Chuang <[email protected]>
---
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 0f29aa0..d4f8abf 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3907,6 +3907,7 @@
<value>16</value>
<description>
Socket cache capacity (in entries) for short-circuit reads.
+ If this value is set to 0, the client socket cache is disabled.
</description>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]