Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][broker] Fix memory leak if entry exists in cache (apache#16996)
* feat:return true if entry exists in cache * feat:return true if entry exists in cache * chore: add comment Co-authored-by: zhiyuanlei <zhiyuanlei@tencent.com> Master Issue: apache#16979 ### Motivation PR apache#12258 made changes to OpAddEntry which causes a memory leak when the entry is already in the cache. ### Modifications Modifications: Revert PR apache#12258 changes to OpAddEntry ### Documentation - [x] `doc-not-needed`
- Loading branch information