[
https://issues.apache.org/jira/browse/HDFS-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886232#action_12886232
]
Devaraj Das commented on HDFS-1006:
-----------------------------------
You missed setting:
{noformat}infoServer.setAttribute("secondary.name.node", this);{noformat}
You switched from using StringBuilder to StringBuffer in TransferFsImager.java.
Is that deliberate?
I am not sure whether the SecondaryNameNode->PrimaryNameNode communication will
work if security is enabled and the configured address (accessed in
SecondaryNameNode.getInfoServer) is a wildcard address. If not, should we throw
an error?
> getImage/putImage http requests should be https for the case of security
> enabled.
> ---------------------------------------------------------------------------------
>
> Key: HDFS-1006
> URL: https://issues.apache.org/jira/browse/HDFS-1006
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 0.22.0
> Reporter: Boris Shkolnik
> Assignee: Boris Shkolnik
> Fix For: 0.22.0
>
> Attachments: HDFS-1006-BP20.patch, hdfs-1006-bugfix-1.patch,
> HDFS-1006-trunk.patch, HDFS-1006-Y20.1.patch, HDFS-1006-Y20.patch
>
>
> should use https:// and port 50475
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.