[ https://issues.apache.org/jira/browse/ACCUMULO-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763823#comment-13763823
]
ASF subversion and git services commented on ACCUMULO-1698:
-----------------------------------------------------------
Commit 63c5d64cbc8ae30d06da84bb36324eca38fc0e36 in branch refs/heads/master from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=63c5d64 ]
ACCUMULO-1698 Merge branch '1.5.1-SNAPSHOT'
> 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
|