Chuan Liu created HADOOP-9632:
---------------------------------

             Summary: TestShellCommandFencer will fail if there is a 'host' 
machine in the network
                 Key: HADOOP-9632
                 URL: https://issues.apache.org/jira/browse/HADOOP-9632
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 3.0.0, 2.1.0-beta
            Reporter: Chuan Liu
            Assignee: Chuan Liu
            Priority: Minor


TestShellCommandFencer will fail if there is a machine named ‘host’ in the 
network. The %target_address% environment variable used in the test was from 
result of InetSocketAddress.getAddress(). The method will return 'host/ip' 
instead of only 'host' when the host actually exists in the network. When the 
test comparing the log output, it assumes there is no ip in the address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to