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 fe...@apache.org on 2020/12/22 01:25:39 UTC

[hadoop] branch trunk updated: HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566)

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

ferhui 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 4ae561b   HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566)
4ae561b is described below

commit 4ae561bcb4506eb586d5049ed4c05aee452b2fb9
Author: langlaile1221 <35...@users.noreply.github.com>
AuthorDate: Tue Dec 22 09:25:11 2020 +0800

     HDFS-15739. Add missing Javadoc for a param in method chooseRandomWithStorageType (#2566)
---
 .../src/main/java/org/apache/hadoop/hdfs/net/DFSNetworkTopology.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/net/DFSNetworkTopology.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/net/DFSNetworkTopology.java
index d3ceb21..de78e26 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/net/DFSNetworkTopology.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/net/DFSNetworkTopology.java
@@ -173,6 +173,7 @@ public class DFSNetworkTopology extends NetworkTopology {
    * @param scope the scope where we look for node.
    * @param excludedScope the scope where the node must NOT be from.
    * @param excludedNodes the returned node must not be in this set
+   * @param type the storage type we search for
    * @return a node with required storage type
    */
   @VisibleForTesting


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org