Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-25 Thread via GitHub
yiguolei merged PR #30339: URL: https://github.com/apache/doris/pull/30339 -- 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] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
github-actions[bot] commented on PR #30339: URL: https://github.com/apache/doris/pull/30339#issuecomment-1909465842 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] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
github-actions[bot] commented on PR #30339: URL: https://github.com/apache/doris/pull/30339#issuecomment-1909465806 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] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

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

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

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

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

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

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

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

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
doris-robot commented on PR #30339: URL: https://github.com/apache/doris/pull/30339#issuecomment-1908357221 TeamCity be ut coverage result: Function Coverage: 36.28% (8610/23735) Line Coverage: 28.38% (70467/248317) Region Coverage: 27.35% (36355/132930) Branch Coverage: 24.1

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
github-actions[bot] commented on PR #30339: URL: https://github.com/apache/doris/pull/30339#issuecomment-1908314740 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

Re: [PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
ByteYue commented on PR #30339: URL: https://github.com/apache/doris/pull/30339#issuecomment-1908293639 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 unsu

[PR] [minor](Cooldown) Log the old rowset id when uploading rowset to S3 [doris]

2024-01-24 Thread via GitHub
ByteYue opened a new pull request, #30339: URL: https://github.com/apache/doris/pull/30339 ## Proposed changes Issue Number: close #xxx Sometimes the old rowsets might not be garbage collected in time. And we lack a way to trace the old rowset so i add this log to trace it based on