You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2019/06/18 04:47:29 UTC

[hadoop] branch branch-3.2 updated: HDFS-12770. Add doc about how to disable client socket cache. Contributed by Weiwei Yang.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new f36cdc4  HDFS-12770. Add doc about how to disable client socket cache. Contributed by Weiwei Yang.
f36cdc4 is described below

commit f36cdc4d7f45d1a3f8edd2d804c38b0b39990410
Author: Weiwei Yang <ww...@apache.org>
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 <we...@apache.org>
    (cherry picked from commit 6ec57fe6a45df0e9216bbbba85b5bf61da1bf2ca)
---
 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 20d95d5..5048bc8 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
@@ -3810,6 +3810,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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org