[
https://issues.apache.org/jira/browse/HDDS-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616437#comment-16616437
]
Nanda kumar commented on HDDS-474:
----------------------------------
[~arpitagarwal], Not able to reproduce the issue in my local setup. The problem
could be because of hostname to IP lookup in the machine where the test is
running.
We use {{InetAddress.getByName(hostname).getHostAddress()}} to get the IP
address, which is failing.
{code}
Caused by: java.net.UnknownHostException: xxxxxxxx: nodename nor servname
provided, or not known
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323)
{code}
> TestNodeFailure fails in trunk
> ------------------------------
>
> Key: HDDS-474
> URL: https://issues.apache.org/jira/browse/HDDS-474
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: test
> Reporter: Arpit Agarwal
> Priority: Blocker
>
> See comment below for the detailed exception.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]