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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]