You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:06:05 UTC

[jira] [Closed] (GEODE-6954) GatewaySenderMXBean wrongly reports state

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

Dick Cavender closed GEODE-6954.
--------------------------------

> GatewaySenderMXBean wrongly reports state
> -----------------------------------------
>
>                 Key: GEODE-6954
>                 URL: https://issues.apache.org/jira/browse/GEODE-6954
>             Project: Geode
>          Issue Type: Bug
>          Components: jmx, wan
>            Reporter: Mario Kevo
>            Assignee: Mario Kevo
>            Priority: Major
>              Labels: needs-review, pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> After creating gateways senders and receivers between two geode clusters replications is established. After restart gateway receiver, _list gateways_ command shows that everything is connected and replication works.
> But when checking gateway sender state over JMX with GatewaySenderMXBean and checking _isConnected()_ I got _false,_ but should be _true_ as it is connected.
> Steps to reproduce issue:
>  # create two sites ([geode-examples/wan|https://github.com/apache/geode-examples/tree/master/wan])
>  # check GW sender stats with jconsole (Connected = *true*)
>  # stop GW receiver on the remote site (Connected = *false*)
>  # put some entry (it will be in the queue waiting for connection)
>  # start GW receiver on the remote site (Connected = *false*)
>  # replication is established, the event is processed to the remote site (Connected = *{color:#d04437}false{color}*, should be {color:#8eb021}*true*{color})



--
This message was sent by Atlassian Jira
(v8.3.4#803005)