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

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

Commit 2c255933ec3bf49601321a5cb80baea89541e820 in geode's branch 
refs/heads/develop from [~hitesh.khamesra]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=2c25593 ]

GEODE-3286: Failing to cleanup connections from ConnectionTable

In previous fix, we were checking "if thread is stopped then add
connection to receiver list". Instead, it should be if thread is stopped
then we should not add connection to receiver list. As a fix, we add
connection to reciver list if connection is not closed or thread is not
stopped.

Added unit for it.


> Failing to cleanup connections from ConnectionTable receiver table
> ------------------------------------------------------------------
>
>                 Key: GEODE-3286
>                 URL: https://issues.apache.org/jira/browse/GEODE-3286
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Brian Rowe
>            Assignee: Hitesh Khamesra
>
> Improperly handled closed connections in ConnectionTable can lead to 
> {{OutOfMemoryError}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to