Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
yiguolei merged PR #41245: URL: https://github.com/apache/doris/pull/41245 -- 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 unsubscribe, e-mail: commits-unsubscr...@doris.apa

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
doris-robot commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372839282 ClickBench: Total hot run time: 32.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

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

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
doris-robot commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372831457 TeamCity be ut coverage result: Function Coverage: 37.31% (9621/25786) Line Coverage: 28.72% (79632/277288) Region Coverage: 28.14% (41162/146252) Branch Coverage: 24.7

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

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

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
github-actions[bot] commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372792438 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] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
github-actions[bot] commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372792357 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] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
kaijchen commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372772758 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 uns

Re: [PR] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
doris-robot commented on PR #41245: URL: https://github.com/apache/doris/pull/41245#issuecomment-2372772287 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] [fix](load) fix memtable memory limiter total mem usage [doris]

2024-09-24 Thread via GitHub
kaijchen opened a new pull request, #41245: URL: https://github.com/apache/doris/pull/41245 ## Proposed changes Previously, `mem_usage = write_mem + flush_mem`, because `active_mem` is included in `write_mem`. After #40912, `write_mem` becomes `queue_mem`, which no longer inclu