curator icon indicating copy to clipboard operation
curator copied to clipboard

CURATOR-710: Fix leaking watch in EnsembleTracker

Open kezhuw opened this issue 1 year ago • 0 comments

CURATOR-667(#474) fixes asynchronous event path for getConfig to "/zookeeper/config" by using CuratorFramework::usingNamespace(null) to fetch data.

It causes watcher not registering to possible WatcherRemovalManager, so leaking in WatcherRemoveCuratorFramework::removeWatchers.

kezhuw avatar Oct 16 '24 12:10 kezhuw