[ https://issues.apache.org/jira/browse/GEODE-7757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jinmei Liao resolved GEODE-7757. -------------------------------- Fix Version/s: 1.13.0 Resolution: Fixed > list gateway command should also show the gateway sender's connected state > -------------------------------------------------------------------------- > > Key: GEODE-7757 > URL: https://issues.apache.org/jira/browse/GEODE-7757 > Project: Geode > Issue Type: Improvement > Components: gfsh > Reporter: Jinmei Liao > Priority: Major > Fix For: 1.13.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Pulse shows the gateway sender's connected state, but gfsh list gateways > sender command only shows the running/paused/stopping state, and user needs > to infer the "connected" state by the information in the "Receiver Location" > column. > Here is the output sample of list gateways: > {noformat} > GatewaySender Id | Member | Remote Cluster Id > | Type | Status | Queued Events | Receiver Location > ---------------- | ------------------------------------- | ----------------- > | ------ | ------- | ------------- | ----------------- > gws2 | 192.168.86.30(server:72557)<v1>:41001 | 2 > | Serial | Running | 0 | > {noformat} > > It would be nice for the gfsh command to spell out if the gateway sender is > "connected" or not. Maybe the Status column should show those state: > "running, not connected", "running and connected" ..... -- This message was sent by Atlassian Jira (v8.3.4#803005)