You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/04/02 22:51:00 UTC

[jira] [Commented] (GEODE-3456) "null" node showing up in Pulse UI

    [ https://issues.apache.org/jira/browse/GEODE-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423250#comment-16423250 ] 

Barbara Pruijn commented on GEODE-3456:
---------------------------------------

Using a short name for locator also triggers this bug:
{code:java}
gfsh>start locator --name=l1{code}

> "null" node showing up in Pulse UI
> ----------------------------------
>
>                 Key: GEODE-3456
>                 URL: https://issues.apache.org/jira/browse/GEODE-3456
>             Project: Geode
>          Issue Type: Bug
>          Components: management, pulse
>    Affects Versions: 1.2.0
>            Reporter: Jon Roberts
>            Priority: Major
>              Labels: pull-request-available, starter
>         Attachments: Screen Shot 2017-08-16 at 4.48.03 PM.png, Screen Shot 2017-08-16 at 4.48.11 PM.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 4 node cluster (2 locators and 2 servers)
> Start locators:
> gfsh start locator --name=locator1 --dir=/logs/locator1 --port=10334 --properties-file=/home/gpadmin/gemfire1.properties --locators=ec2-107-23-210-6.compute-1.amazonaws.com[10334],ec2-34-227-81-77.compute-1.amazonaws.com[10334]
> gemfire1.properties
> jmx-manager-hostname-for-clients=ec2-107-23-210-6.compute-1.amazonaws.com
> mcast-port=0
> conserve-sockets=false
> gfsh start locator --name=locator2 --dir=/logs/locator1 --port=10334 --properties-file=/home/gpadmin/gemfire1.properties --locators=ec2-107-23-210-6.compute-1.amazonaws.com[10334],ec2-34-227-81-77.compute-1.amazonaws.com[10334]
> gemfire2.properties
> jmx-manager-hostname-for-clients=
> mcast-port=0
> conserve-sockets=false
> Start servers
> gfsh start server --name=server1 --dir=/logs/server --locators=ec2-107-23-210-6.compute-1.amazonaws.com[10334],ec2-34-227-81-77.compute-1.amazonaws.com[10334]
> gfsh start server --name=server2 --dir=/logs/server --locators=ec2-107-23-210-6.compute-1.amazonaws.com[10334],ec2-34-227-81-77.compute-1.amazonaws.com[10334]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)