Alex Moundalexis created ACCUMULO-1698:
------------------------------------------

             Summary: stop-here doesn't consider system hostname
                 Key: ACCUMULO-1698
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1698
             Project: Accumulo
          Issue Type: Bug
          Components: scripts
    Affects Versions: 1.5.0, 1.4.3
         Environment: CentOS release 6.4 (Final)
            Reporter: Alex Moundalexis


On poorly configured systems where the hostname doesn't appear in /etc/hosts, a 
proper hostname isn't always obtained by stop-here.sh, as a result accumulo 
admin stop won't be issued before killing local services.

{code}
[alexm@r03n39 ~]$ hostname
r03n39.demo
[alexm@r03n39 ~]$ grep r03n39.demo /etc/hosts
[alexm@r03n39 ~]$ hostname -a

[alexm@r03n39 ~]$
{code}

start-here has slightly expanded search for valid hostname

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