Sfoglia il codice sorgente

HDFS-5663 make the retry time and interval value configurable in openInfo()

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552237 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack 11 anni fa
parent
commit
d4e1081566
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 3 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -754,6 +754,9 @@ Release 2.4.0 - UNRELEASED
     HDFS-5634. Allow BlockReaderLocal to switch between checksumming and not
     (cmccabe)
 
+    HDFS-5663 make the retry time and interval value configurable in openInfo()
+    (Liang Xie via stack)
+
   OPTIMIZATIONS
 
     HDFS-5239.  Allow FSNamesystem lock fairness to be configurable (daryn)