[
https://issues.apache.org/jira/browse/GEODE-7946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083168#comment-17083168
]
ASF subversion and git services commented on GEODE-7946:
--------------------------------------------------------
Commit d431f0da3c66c49f90895710a0ce93ffc91a7e27 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d431f0d ]
GEODE-7870: Fix PubSubIntegrationTest flakiness (#4946)
The complete fix also builds on the following prior fixes
- GEODE-7943 add synchronization to Subscriptions class
- GEODE-7946: Fix redis publish/subscribe leaking netty buffers
> Fix redis publish/subscribe leaking netty buffers
> -------------------------------------------------
>
> Key: GEODE-7946
> URL: https://issues.apache.org/jira/browse/GEODE-7946
> Project: Geode
> Issue Type: Bug
> Components: redis
> Reporter: Jens Deppe
> Assignee: Jens Deppe
> Priority: Major
> Fix For: 1.13.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> We are not releasing all the buffers we allocate which can result in buffers
> leaking. This can produce log messages like:
> {noformat}
> [error 2020/04/02 14:32:08.154 GMT <GeodeRedisServer-WorkerThread-2>
> tid=0xaf] LEAK: ByteBuf.release() was not called before it's
> garbage-collected. See https://netty.io/wiki/reference-counted-objects.html
> for more information.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)