Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

2024-04-04 Thread via GitHub
dataroaring merged PR #33250: URL: https://github.com/apache/doris/pull/33250 -- 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.

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

2024-04-04 Thread via GitHub
github-actions[bot] commented on PR #33250: URL: https://github.com/apache/doris/pull/33250#issuecomment-2036480475 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](cloud) Fix coredump during graceful shutdown [doris]

2024-04-04 Thread via GitHub
github-actions[bot] commented on PR #33250: URL: https://github.com/apache/doris/pull/33250#issuecomment-2036480400 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](cloud) Fix coredump during graceful shutdown [doris]

2024-04-04 Thread via GitHub
doris-robot commented on PR #33250: URL: https://github.com/apache/doris/pull/33250#issuecomment-2036390863 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit b2854394fd9e7c7cee2931b9e3622459cc6d7b0d with default session variables Stream

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

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

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

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

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

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

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

2024-04-03 Thread via GitHub
platoneko commented on PR #33250: URL: https://github.com/apache/doris/pull/33250#issuecomment-2036323425 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 un

Re: [PR] [fix](cloud) Fix coredump during graceful shutdown [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33250: URL: https://github.com/apache/doris/pull/33250#discussion_r1551018567 ## be/src/cloud/cloud_tablet_mgr.cpp: ## @@ -208,7 +208,7 @@ void CloudTabletMgr::erase_tablet(int64_t tablet_id) { _cache->erase(key); } -void Clou