Re:[Discuss][DSIP] Refactored BE memory tracking tool

2022-03-19 Thread 陈明雨
Hi Xinyi: Nice Job! I have created DSIP-002[1] for this proposal [1] https://cwiki.apache.org/confluence/display/DORIS/DSIP-002%3A+Refactor+memory+tracker+on+BE -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2022-03-19 21:02:16, "XinYi Zou" wrote: >Hi all, >I want

[Discuss][DSIP] Refactored BE memory tracking tool

2022-03-19 Thread XinYi Zou
Hi all, I want to refactor Doris BE memory tracking tool MemTracker. MemTracker: tracks memory consumption via manual calls to Consume()/Release(), it contains an optional limit and can be arranged into a tree structure. motivation: Currently, only a small amount of memory in BE is tracked, which