Closed larshelge closed 5 months ago
Also running into this issue. It appears to be due to the fact that Doris is looking for cgroups v1 rather than cgroups v2.
meet same issue on 2.1.3
meet the same in debian
meet same issue on doris-2.1.3-rc09
Upgrade to Doris 2.1.4, fix BE cgroup.memory
find failed, if system is not configured with cgroup, look https://github.com/apache/doris/pull/35412,
In Doris 2.1.4, also can add enable_use_cgroup_memory_info=false
in be.conf to avoid unnecessary check.
Doris memory
not support cgroups v2 yet, this will be a TODO.
@larshelge @imbrin1122 @769344359 @michael1991
Close issue. If have any questions, can continue comment.
Search before asking
Version
Doris: 2.0.6 and 2.1.0.
OS: PoPOS 22.04 Linux (PopOS is based on Ubuntu)
What's Wrong?
When starting the BE process I get the following stack trace in the logs.
My
cgroup
file.What You Expected?
I expect the stacktrace not to appear.
How to Reproduce?
Start the BE process on a PopUS/Ubuntu 22.04 desktop environment.
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct