Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
github-actions[bot] commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2292598006 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2290916567 ClickBench: Total hot run time: 31.23 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2290909033 TPC-DS: Total hot run time: 195844 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2290892420 TPC-H: Total hot run time: 38417 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
wangbo commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2290795739 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-15 Thread via GitHub
yiguolei commented on code in PR #39374: URL: https://github.com/apache/doris/pull/39374#discussion_r1718047171 ## be/src/agent/cgroup_cpu_ctl.h: ## @@ -30,14 +30,16 @@ namespace doris { // cgroup cpu.cfs_quota_us default value, it means disable cpu hard limit const static i

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on code in PR #39374: URL: https://github.com/apache/doris/pull/39374#discussion_r1718025946 ## be/src/agent/cgroup_cpu_ctl.h: ## @@ -48,18 +50,34 @@ class CgroupCpuCtl { // for log void get_cgroup_cpu_info(uint64_t* cpu_shares, int* cpu_h

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2289150123 ClickBench: Total hot run time: 31.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2289138694 TPC-DS: Total hot run time: 184693 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2289112665 TPC-H: Total hot run time: 37978 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2288976104 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
github-actions[bot] commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2288976262 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
yiguolei commented on code in PR #39374: URL: https://github.com/apache/doris/pull/39374#discussion_r1717048034 ## be/src/agent/cgroup_cpu_ctl.cpp: ## @@ -19,31 +19,106 @@ #include #include +#include #include +#include "util/cgroup_util.h" #include "util/defer_op.h

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
wangbo commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2288930574 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
doris-robot commented on PR #39374: URL: https://github.com/apache/doris/pull/39374#issuecomment-2288930113 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Improment]Support cgroup v2 for wokrload group [doris]

2024-08-14 Thread via GitHub
wangbo opened a new pull request, #39374: URL: https://github.com/apache/doris/pull/39374 ## Proposed changes Support cgroup v2 for wokrload group. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go