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/02/28 16:10:00 UTC

[jira] [Resolved] (GEODE-2482) gfsh intermittently repeats output and prompt

     [ https://issues.apache.org/jira/browse/GEODE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Barbara Pruijn resolved GEODE-2482.
-----------------------------------
    Resolution: Cannot Reproduce

> 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
>    Affects Versions: 1.0.0-incubating, 1.1.0
>            Reporter: Kirk Lund
>            Priority: Minor
>
> 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
(v7.6.3#76005)