You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Amey Barve (JIRA)" <ji...@apache.org> on 2016/12/07 04:33:58 UTC

[jira] [Commented] (GEODE-2179) GatewaySenderMBeans isConnected flag does not notice if a connection is destroyed

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

Amey Barve commented on GEODE-2179:
-----------------------------------

Hi Dan, that's ok as long as issue gets fixed :) but I cannot see diff in the review board?

> GatewaySenderMBeans isConnected flag does not notice if a connection is destroyed
> ---------------------------------------------------------------------------------
>
>                 Key: GEODE-2179
>                 URL: https://issues.apache.org/jira/browse/GEODE-2179
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Dan Smith
>            Assignee: Amey Barve
>
> The GatewaySenderMBean has a method called isConnected which ultimately calls this code in GatewaySenderEventRemoteDispatcher
> {code}
> @Override
> public boolean isConnectedToRemote() {
>   return connection != null;
> }
> {code}
> However, this doesn't take into account that the connection may be destroyed, but not null. Therefore the mbean can incorrectly indicate that the sender is connected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)