[
https://issues.apache.org/jira/browse/HDFS-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426517#comment-13426517
]
Hadoop QA commented on HDFS-3748:
---------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12538766/HADOOP-3748.patch
against trunk revision .
-1 patch. The patch command could not apply the patch.
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/2934//console
This message is automatically generated.
> TestDFSUtil#testHANameNodesWithFederation failed because of misuse toString
> to generate hostname:port
> -----------------------------------------------------------------------------------------------------
>
> Key: HDFS-3748
> URL: https://issues.apache.org/jira/browse/HDFS-3748
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: federation, ha, test
> Affects Versions: 2.0.0-alpha
> Reporter: Yanbo Liang
> Priority: Minor
> Labels: test
> Attachments: HADOOP-3748.patch
>
>
> In the test case TestDFSUtil#testHANameNodesWithFederation, it misused
> InetSocketAddress.toString() to generate hostname:port format data. It cause
> the following assert failure when run this test case.
> assertEquals(NS1_NN1_HOST, map.get("ns1").get("ns1-nn1").toString());
> assertEquals(NS1_NN2_HOST, map.get("ns1").get("ns1-nn2").toString());
> assertEquals(NS2_NN1_HOST, map.get("ns2").get("ns2-nn1").toString());
> assertEquals(NS2_NN2_HOST, map.get("ns2").get("ns2-nn2").toString());
--
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