Kirk Lund created GEODE-2482:
--------------------------------
Summary: gfsh intermittently repeats output and prompt
Key: GEODE-2482
URL: https://issues.apache.org/jira/browse/GEODE-2482
Project: Geode
Issue Type: Bug
Components: gfsh
Reporter: Kirk Lund
The exact results varies. In the example, below stopping the locator that gfsh
is connected to results in printing the prompt 3 times and printing "No longer
connected to $name" 2 times.
Actual output:
{noformat}
gfsh>stop locator --name=loc1
Stopping Locator running in /Users/klund/dev/gemfire/open/loc1 on
192.168.1.12[10334] as loc1...
Process ID: 56456
Log File: /Users/klund/dev/gemfire/open/loc1/loc1.log
....
No longer connected to 192.168.1.12[1099].
gfsh>
No longer connected to 192.168.1.12[1099].
gfsh>
gfsh>exit
Exiting...
{noformat}
This should only print "No longer connected to $name" and a prompt once.
Desired output:
{noformat}
gfsh>stop locator --name=loc1
Stopping Locator running in /Users/klund/dev/gemfire/open/loc1 on
192.168.1.12[10334] as loc1...
Process ID: 56456
Log File: /Users/klund/dev/gemfire/open/loc1/loc1.log
....
No longer connected to 192.168.1.12[1099].
gfsh>exit
Exiting...
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)