[
https://issues.apache.org/jira/browse/GEODE-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925039#comment-15925039
]
ASF subversion and git services commented on GEODE-2599:
--------------------------------------------------------
Commit 6b4e4f2c532c478d8a7a48bc5ac3a3152fc2e208 in geode's branch
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=6b4e4f2 ]
GEODE-2599: fix for "null" in string of dots
Check for string "null" in server/locator status message
Refactor server and locator launcer wait loops by using Process.isAlive
instead of Process.exitValue
> `start locator` prints `null` in startup dots.
> ----------------------------------------------
>
> Key: GEODE-2599
> URL: https://issues.apache.org/jira/browse/GEODE-2599
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Affects Versions: 1.2.0
> Reporter: Patrick Rhomberg
> Assignee: Kirk Lund
> Priority: Minor
> Labels: gfsh
>
> {noformat}
> gfsh>start locator --name=loc1
> Starting a Geode Locator in /Users/prhomberg/workspace/gemfire/open/loc1...
> ..
> null
> .
> Locator in /Users/prhomberg/workspace/gemfire/open/loc1 on
> 10.118.33.239[10334] as loc1 is currently online.
> Process ID: 41909
> Uptime: 2 seconds
> Geode Version: 0.0.0
> Java Version: 1.8.0_121
> Log File: /Users/prhomberg/workspace/gemfire/open/loc1/loc1.log
> JVM Arguments: -Dgemfire.enable-cluster-configuration=true
> -Dgemfire.load-cluster-configuration-from-dir=false
> -Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true
> -Dsun.rmi.dgc.server.gcInterval=9223372036854775806
> Class-Path:
> /Users/prhomberg/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-core-0.0.0.jar:/Users/prhomberg/workspace/gemfire/open/geode-assembly/build/install/apache-geode/lib/geode-dependencies.jar
> Successfully connected to: JMX Manager [host=10.118.33.239, port=1099]
> Cluster configuration service is up and running.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)