[ https://issues.apache.org/jira/browse/ACCUMULO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763816#comment-13763816
]
ASF subversion and git services commented on ACCUMULO-1698:
-----------------------------------------------------------
Commit ac4a027b42ebe66fd184f8b0792272e4bdb86f8e in branch refs/heads/1.5.1-SNAPSHOT from [~_alexm]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=ac4a027 ]
ACCUMULO-1698, have stop-here use system+aliased hostname
Signed-off-by: Josh Elser <elserj@apache.org>
> 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
> Assignee: 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
|