You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lhotari
changed the title
[Broker] Direct memory leak when using replicated subscriptions
[Broker] Direct memory leak when using replicated subscriptions and Key_Shared consumers
Jul 20, 2021
Describe the bug
The broker leaks direct memory when using replicated subscriptions and Key_Shared consumers. The Pulsar version 2.7.2 .
Some Netty leak detector logs were captured passing these JVM options to the broker in
broker.configData.PULSAR_EXTRA_OPTS
:Full leak detector log entry (click to expand)
Expected behavior
Netty buffers should be released so that direct memory doesn't leak.
The text was updated successfully, but these errors were encountered: