The CouchbaseReader is not closing the Micrometer JMX MeterRegistry, so the meter MBeans stick around after the connector stops. Some of the meters hold references to DcpChannel instances, and through them the document change queue, so this can leak quite a lot of memory.
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The CouchbaseReader is not closing the Micrometer JMX MeterRegistry, so the meter MBeans stick around after the connector stops. Some of the meters hold references to DcpChannel instances, and through them the document change queue, so this can leak quite a lot of memory.