Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-22 Thread via GitHub
englefly merged PR #27364: URL: https://github.com/apache/doris/pull/27364 -- 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](stats) Fix creating too many tasks on new env [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1822337555 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](stats) Fix creating too many tasks on new env [doris]

2023-11-22 Thread via GitHub
github-actions[bot] commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1822337483 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](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
xiaokang merged PR #27362: URL: https://github.com/apache/doris/pull/27362 -- 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](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1821190665 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.64 seconds stream load tsv: 583 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820990107 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 u

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
github-actions[bot] commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820972782 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](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
github-actions[bot] commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820972865 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](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820858950 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.88 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820829159 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.41 seconds stream load tsv: 563 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1820769328 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 42.92 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
doris-robot commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1820762661 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit d0e88409b809f61c3be033d21229b07ea191c8c1, data reload: false

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820719834 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 u

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1820719617 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 u

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 commented on PR #27364: URL: https://github.com/apache/doris/pull/27364#issuecomment-1820695295 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 u

Re: [PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 commented on PR #27362: URL: https://github.com/apache/doris/pull/27362#issuecomment-1820695050 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 u

[PR] [fix](stats) Fix creating too many tasks on new env [doris]

2023-11-21 Thread via GitHub
Kikyou1997 opened a new pull request, #27364: URL: https://github.com/apache/doris/pull/27364 ## Proposed changes If there exists huge datasets with many database and may tables and many columns, Auto collector might be submit too many jobs which would occupy too much of FE memory.