[ https://issues.apache.org/jira/browse/GEODE-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17197072#comment-17197072 ]
ASF GitHub Bot commented on GEODE-8499: --------------------------------------- sabbeyPivotal opened a new pull request #5518: URL: https://github.com/apache/geode/pull/5518 Subscription structures leak if clients disconnect without unsubscribing. Normally subscriptions should be cleaned up when a PUBLISH is attempted but fails. We should try and detect clients disconnecting and remove the necessary subscription structures. This code will properly shutdown a subscription when the connection is closed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Redis subscriptions leak if they are not explicitly unsubscribed > ---------------------------------------------------------------- > > Key: GEODE-8499 > URL: https://issues.apache.org/jira/browse/GEODE-8499 > Project: Geode > Issue Type: Bug > Components: redis > Reporter: Sarah Abbey > Assignee: Sarah Abbey > Priority: Major > > If subscribed clients disconnect without unsubscribing, the subscription > structures are never removed from the list of subscriptions until a PUBLISH > to their channel fails. -- This message was sent by Atlassian Jira (v8.3.4#803005)