Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

2024-01-23 Thread via GitHub
yiguolei merged PR #30095: URL: https://github.com/apache/doris/pull/30095 -- 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](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

2024-01-21 Thread via GitHub
zhannngchen commented on PR #30095: URL: https://github.com/apache/doris/pull/30095#issuecomment-1903377293 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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

2024-01-18 Thread via GitHub
github-actions[bot] commented on PR #30095: URL: https://github.com/apache/doris/pull/30095#issuecomment-1899555485 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](chore) path gc should consider tablet migration [doris]

2024-01-18 Thread via GitHub
github-actions[bot] commented on PR #30095: URL: https://github.com/apache/doris/pull/30095#issuecomment-1899555455 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](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

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

Re: [PR] [fix](chore) path gc should consider tablet migration [doris]

2024-01-17 Thread via GitHub
zhannngchen commented on PR #30095: URL: https://github.com/apache/doris/pull/30095#issuecomment-1897881836 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

[PR] [fix](chore) path gc should consider tablet migration [doris]

2024-01-17 Thread via GitHub
zhannngchen opened a new pull request, #30095: URL: https://github.com/apache/doris/pull/30095 ## Proposed changes Issue Number: close #xxx Background: 1. Migration will create new tablet in different DataDir, the old tablet will be moved to TabletManager::_shutdown_tablets.