[ https://issues.apache.org/jira/browse/GEODE-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103929#comment-16103929 ]
ASF GitHub Bot commented on GEODE-3286: --------------------------------------- Github user WireBaron commented on a diff in the pull request: https://github.com/apache/geode/pull/657#discussion_r129961462 --- Diff: geode-core/src/main/java/org/apache/geode/internal/tcp/Connection.java --- @@ -1322,6 +1328,14 @@ private void createBatchSendBuffer() { this.batchFlusher.start(); } + public void onIdleCancel() { --- End diff -- This was changed in the second commit. > 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 > > Improperly handled closed connections in ConnectionTable can lead to > {{OutOfMemoryError}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029)