Move DatanodeInfo#ipcPort and hostName to DatanodeID
----------------------------------------------------

                 Key: HDFS-3138
                 URL: https://issues.apache.org/jira/browse/HDFS-3138
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Eli Collins
            Assignee: Eli Collins


We can fix the following TODO once HDFS-3137 is committed. Also the hostName 
field should be moved as well (it's not ephemeral, just gets set on 
registration).

{code}
    //TODO: move it to DatanodeID once DatanodeID is not stored in FSImage
    out.writeShort(ipcPort);
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to