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

Todd Lipcon resolved HDFS-3694.
-------------------------------

       Resolution: Fixed
    Fix Version/s: QuorumJournalManager (HDFS-3077)
     Hadoop Flags: Reviewed

Committed to branch, thanks Aaron.
                
> QJM: Fix getEditLogManifest to fetch httpPort if necessary
> ----------------------------------------------------------
>
>                 Key: HDFS-3694
>                 URL: https://issues.apache.org/jira/browse/HDFS-3694
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: QuorumJournalManager (HDFS-3077)
>
>         Attachments: hdfs-3694.txt
>
>
> This is necessary for QJM to work with HA. When the NNs start up, they start 
> in standby state and try to read from the JournalNodes. So they call 
> {{getEditLogManifest()}}. But they don't call {{getJournalInfo}} so the 
> {{httpPort}} field doesn't get filled in. This means that when they try to 
> actually fetch the remote edits, they fail since they don't know the JN's 
> HTTP port.

--
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