[fix](memory) Fix Jemalloc hook failed to start BE with JDK 17#33946
[fix](memory) Fix Jemalloc hook failed to start BE with JDK 17#33946yiguolei merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
TeamCity be ut coverage result: |
xy720
left a comment
There was a problem hiding this comment.
What is the different between USE_JEMALLOC and USE_JEMALLOC_HOOK?
@xy720 |
…apache#33946" This reverts commit 5fee715.
Proposed changes
Issue Number: close #33570
Jemalloc hook not need enable by default, it is only occasionally used during memory debug, such as tracking the memory usage of a function or piece of code.
change Hook implementation maybe solve this problem: #33897
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...