[ 
https://issues.apache.org/jira/browse/HDFS-14247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

HuangTao updated HDFS-14247:
----------------------------
    Description: 
I find there is a duplicate code to add nodeDescr to networktopology in the 
DatanodeManager.java#registerDatanode.

It firstly call networktopology.add(nodeDescr), and then call  
addDatanode(nodeDescr) to add nodeDescr again

  was:
I find there is a duplicate code to add nodeDescr to networktopology in the 
DatanodeManager.java#registerDatanode.

 

It firstly call networktopology.add(nodeDescr), and then call  
addDatanode(nodeDescr) to add nodeDescr again


> Repeat adding node description into network topology
> ----------------------------------------------------
>
>                 Key: HDFS-14247
>                 URL: https://issues.apache.org/jira/browse/HDFS-14247
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: datanode
>    Affects Versions: 3.3.0
>            Reporter: HuangTao
>            Priority: Minor
>         Attachments: HDFS-14247.001.patch
>
>
> I find there is a duplicate code to add nodeDescr to networktopology in the 
> DatanodeManager.java#registerDatanode.
> It firstly call networktopology.add(nodeDescr), and then call  
> addDatanode(nodeDescr) to add nodeDescr again



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to