[
https://issues.apache.org/jira/browse/TRAFODION-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15730860#comment-15730860
]
ASF GitHub Bot commented on TRAFODION-2391:
-------------------------------------------
GitHub user mkby opened a pull request:
https://github.com/apache/incubator-trafodion/pull/873
[TRAFODION-2391]: monitor failed to start when hostname contains uppe…
…rcase.
return lowercase hostname in ‘sqnodestatus’ to match the hostname in
monitor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkby/incubator-trafodion 2391
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/873.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #873
----
commit 271f1846192d7d0931766c1481a736adc4f1dc53
Author: Eason <[email protected]>
Date: 2016-12-08T02:22:54Z
[TRAFODION-2391]: monitor failed to start when hostname contains uppercase.
----
> monitor failed to start when hostname contains uppercase.
> ---------------------------------------------------------
>
> Key: TRAFODION-2391
> URL: https://issues.apache.org/jira/browse/TRAFODION-2391
> Project: Apache Trafodion
> Issue Type: Bug
> Components: foundation
> Reporter: Eason Zhang
> Assignee: Eason Zhang
>
> monitor shell.cxx: update_cluster_state function will invoke 'sqnodestatus'
> command to get node status.
> If hostname contains uppercase, 'sqnodestatus' will return uppercase
> hostnames. But monitor only handles lowercase hostnames. So it will fail to
> start and report below issue:
> Warning: Node XXX is in a down state and is not currently available
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)