v.20.10Improvement
Fix Memory Leak from Zookeeper Exists Watch
Fix potential memory leak caused by zookeeper exists watch. #14693 (hustnn).
Why it matters
This fix addresses a memory management issue where watches set on ZooKeeper nodes with theexists command could lead to memory leaks. By resolving this, the system's stability and resource usage improve, preventing unnecessary memory consumption during ZooKeeper interactions.