You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/04/12 21:57:00 UTC

[jira] [Commented] (GEODE-4962) Fix typo and output format from 'list gateways' gfsh command

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

ASF subversion and git services commented on GEODE-4962:
--------------------------------------------------------

Commit 3468fb5e5041bfd2a9aaa44de14873ba76b508f5 in geode's branch refs/heads/develop from [~sai.boorlagadda@gmail.com]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3468fb5 ]

GEODE-4962: Fix typo and output format from 'list gateways' gfsh command (#1778)



> Fix typo and output format from 'list gateways' gfsh command
> ------------------------------------------------------------
>
>                 Key: GEODE-4962
>                 URL: https://issues.apache.org/jira/browse/GEODE-4962
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh, wan
>            Reporter: Diane Hardman
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The output printed from `list gateways` command needs some TLC:
> Sample output:
> {noformat}
> Cluster-2 gfsh>list gateways
> Gateways
> GatewaySender
> GatewaySender Id |                  Member                  | Remote Cluster Id |   Type   | Status  | Queued Events | Receiver Location
> ---------------- | ---------------------------------------- | ----------------- | -------- | ------- | ------------- | -----------------
> ny               | 10.118.19.46(server-ln-1:31527)<v1>:1026 | 1                 | Parallel | Running | 0             | 10.118.19.46:5248
> ny               | 10.118.19.46(server-ln-2:31545)<v2>:1027 | 1                 | Parallel | Running | 0             | 10.118.19.46:5269
> GatewayReceiver
>                   Member                  | Port | Sender Count | Sender's Connected
> ---------------------------------------- | ---- | ------------ | ----------------------------
> 10.118.19.46(server-ln-1:31527)<v1>:1026 | 5407 | 7            | [Ljava.lang.String;@7deec2d6
> 10.118.19.46(server-ln-2:31545)<v2>:1027 | 5071 | 7            | [Ljava.lang.String;@6baa580f
> {noformat}
> Note: 'Sender's Connected' should instead be 'Senders Connected'
> Also, need to pretty-print the String[] for Senders Connected.



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