doris-4.0.3 Potential Memory Leak: PENDING Load Jobs Not Being Cleaned Up in LoadManager #61889
Unanswered
477972324wlx
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
mode=async)label_keep_max_second = 600Description
I have observed a steady growth in JVM Old Generation memory usage. Upon investigating with Arthas, I found that the
LoadManageris holding a massive list of tasks that are stuck in thePENDINGstate.On one of my nodes, the number of pending tasks has reached over 4 million:
Looking at the task details, many of these PENDING jobs were created several days ago (based on timestamps like 1774695394786) and have not been purged, despite the label_keep_max_second being set to 600 seconds.
Source Code Anaylisis
Questions
Beta Was this translation helpful? Give feedback.
All reactions