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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Original Issue: apache#11383
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: