Re: [PR] [fix](memory) Fix free page not tracking correctly [doris]

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

Re: [PR] [fix](memory) Fix free page not tracking correctly [doris]

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

Re: [PR] [fix](memory) Fix free page not tracking correctly [doris]

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

Re: [PR] [fix](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
github-actions[bot] commented on PR #36768: URL: https://github.com/apache/doris/pull/36768#issuecomment-2186442254 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](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
github-actions[bot] commented on PR #36768: URL: https://github.com/apache/doris/pull/36768#issuecomment-2186442208 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](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
github-actions[bot] commented on PR #36768: URL: https://github.com/apache/doris/pull/36768#issuecomment-2186426964 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [fix](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
xinyiZzz opened a new pull request, #36768: URL: https://github.com/apache/doris/pull/36768 ## Proposed changes #36235 introduced, index page is not freed in query thread, so saved tracker ptr when alloc page, so that page only needs to be freed before query ends. ``` F20240

Re: [PR] [fix](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
xinyiZzz commented on PR #36768: URL: https://github.com/apache/doris/pull/36768#issuecomment-2186414967 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](memory) Fix free page not tracking correctly [doris]

2024-06-24 Thread via GitHub
doris-robot commented on PR #36768: URL: https://github.com/apache/doris/pull/36768#issuecomment-2186414927 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