You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yongjun Zhang (JIRA)" <ji...@apache.org> on 2014/02/19 01:47:21 UTC

[jira] [Created] (HDFS-5970) callers of NetworkTopology's chooseRandom method to expect null return value

Yongjun Zhang created HDFS-5970:
-----------------------------------

             Summary: callers of NetworkTopology's chooseRandom method to expect null return value
                 Key: HDFS-5970
                 URL: https://issues.apache.org/jira/browse/HDFS-5970
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: datanode, hdfs-client
    Affects Versions: 3.0.0
            Reporter: Yongjun Zhang


Class NetworkTopology's method
   public Node chooseRandom(String scope) 
calls 
   private Node chooseRandom(String scope, String excludedScope)

which may return null value.

Callers of this method such as BlockPlacementPolicyDefault etc need to be aware that.





--
This message was sent by Atlassian JIRA
(v6.1.5#6160)