[
https://issues.apache.org/jira/browse/GEODE-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444354#comment-16444354
]
ASF subversion and git services commented on GEODE-5095:
--------------------------------------------------------
Commit e358ce09564df22b65a46be0dc50b6c38cfd2d51 in geode's branch
refs/heads/develop from [[email protected]]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e358ce0 ]
GEODE-5095: Fix output for create gateway-receiver (port number) (#1816)
> Fix output for create gateway-receiver (port number)
> ----------------------------------------------------
>
> Key: GEODE-5095
> URL: https://issues.apache.org/jira/browse/GEODE-5095
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Barbara Pruijn
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The gfsh command "create gateway-receiver" has the following output:
> {code:java}
> gfsh>create gateway-receiver
> Member | Status
> ------ |
> --------------------------------------------------------------------------
> s1 | GatewayReceiver created on member "s1" and will listen on the port
> "5,383"
> {code}
>
> The port number should not have comma in it.
> {code:java}
> GatewayReceiver created on member "s1" and will listen on the port
> "5383"{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)