[ https://issues.apache.org/jira/browse/ACCUMULO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760637#comment-13760637
]
Sean Busbey commented on ACCUMULO-1698:
---------------------------------------
Any reason not to include the "localhost" fall back from start-here.sh (1.4.5-SNAPSHOT, 1.5.1-SNAPSHOT,
and master)? Or the fall back to ips (1.5.1-SNAPSHOT, master)?
> 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.4.3, 1.5.0
> Environment: CentOS release 6.4 (Final)
> Reporter: Alex Moundalexis
> Attachments: ACCUMULO-1698.1.patch.txt, ACCUMULO-1698.2.patch.txt
>
>
> 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
|