[ 
https://issues.apache.org/jira/browse/HDFS-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403489#comment-13403489
 ] 

Aaron T. Myers commented on HDFS-3571:
--------------------------------------

Patch largely looks good to me. One little comment:

# {{"Image transfer servlet at " + url + " failed with status code"}} - The 
thing at the other end of the URLLog isn't _necessarily_ an image transfer 
servlet, right? Might just want to say "server", as you do later in the method 
if you don't get a content length header.

+1 once this is addressed.
                
> Allow EditLogFileInputStream to read from a remote URL
> ------------------------------------------------------
>
>                 Key: HDFS-3571
>                 URL: https://issues.apache.org/jira/browse/HDFS-3571
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: ha, name-node
>    Affects Versions: 3.0.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>         Attachments: hdfs-3571.txt
>
>
> In order to start up from remote edits storage (like the JournalNodes of 
> HDFS-3077), the NN needs to be able to load edits from a URL, instead of just 
> local disk. This JIRA extends EditLogFileInputStream to be able to use a URL 
> reference in addition to the current File reference.

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