(doris-website) branch asf-site updated (0ef94b27cfe -> 39fffbf9b56)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 0ef94b27cfe Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 3

Re: [PR] [Fix](cloud) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #45255: URL: https://github.com/apache/doris/pull/45255#issuecomment-2566886669 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) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
gavinchou commented on PR #45255: URL: https://github.com/apache/doris/pull/45255#issuecomment-2566886517 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) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
gavinchou commented on code in PR #45255: URL: https://github.com/apache/doris/pull/45255#discussion_r1900338968 ## cloud/test/fdb_injection_test.cpp: ## @@ -71,6 +71,7 @@ int main(int argc, char** argv) { cloud::config::fdb_cluster_file_path = "fdb.cluster"; cloud::co

Re: [PR] [fix](report) report queue size based on the number of Bes and config [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #46190: URL: https://github.com/apache/doris/pull/46190#issuecomment-2566884232 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] branch-3.0: [fix](split)Fixed the bug that batch mode split could not query data in multiple be scenarios. #46218 [doris]

2024-12-31 Thread via GitHub
morningman merged PR #46226: URL: https://github.com/apache/doris/pull/46226 -- 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.a

(doris) branch auto-pick-46218-branch-3.0 deleted (was 94f7b7f2c96)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46218-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 94f7b7f2c96 [fix](split)Fixed the bug that batch mode split could not query data in multiple b

(doris) branch branch-3.0 updated: branch-3.0: [fix](split)Fixed the bug that batch mode split could not query data in multiple be scenarios. #46218 (#46226)

2024-12-31 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d856a286bd9 branch-3.0: [fix](split)F

Re: [PR] [Fix](cloud) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
gavinchou commented on code in PR #45255: URL: https://github.com/apache/doris/pull/45255#discussion_r1900334592 ## cloud/src/common/config.h: ## @@ -225,4 +225,7 @@ CONF_Int32(max_tablet_index_num_per_batch, "1000"); CONF_mInt64(max_num_aborted_txn, "100"); CONF_Bool(enable

Re: [PR] [Fix](cloud) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
gavinchou commented on code in PR #45255: URL: https://github.com/apache/doris/pull/45255#discussion_r1900334489 ## cloud/src/common/network_util.cpp: ## @@ -160,6 +161,17 @@ static bool get_hosts_v4(std::vector* hosts) { std::string get_local_ip(const std::string& priority_n

(doris-website) branch asf-site updated (5a7750d1474 -> 0ef94b27cfe)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 5a7750d1474 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 0

Re: [PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #46235: URL: https://github.com/apache/doris/pull/46235#issuecomment-2566872199 TeamCity be ut coverage result: Function Coverage: 38.90% (10128/26039) Line Coverage: 29.91% (85652/286374) Region Coverage: 29.02% (43725/150681) Branch Coverage: 25.

Re: [PR] [Fix](cloud) Cloud enable fe deploy mode from master-observers to multi-followers [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #45255: URL: https://github.com/apache/doris/pull/45255#issuecomment-2566869463 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) serialize cache init to avoid unstable cache pick (#44429) [doris]

2024-12-31 Thread via GitHub
gavinchou merged PR #44942: URL: https://github.com/apache/doris/pull/44942 -- 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.ap

Re: [PR] [wip][fix](cloud) inform reader cluster after streamload in multi-cluster [doris]

2024-12-31 Thread via GitHub
gavinchou commented on code in PR #45625: URL: https://github.com/apache/doris/pull/45625#discussion_r1900328219 ## fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java: ## @@ -4035,6 +4055,21 @@ public TStatus reportCommitTxnResult(TReportCommitTxnResultR

(doris) branch branch-3.0 updated: [fix](cloud) serialize cache init to avoid unstable cache pick (#44429) (#44942)

2024-12-31 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new c5480558877 [fix](cloud) serialize cac

Re: [PR] [fix](cloud) serialize cache init to avoid unstable cache pick (#44429) [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #44942: URL: https://github.com/apache/doris/pull/44942#issuecomment-2566861469 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) serialize cache init to avoid unstable cache pick (#44429) [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #44942: URL: https://github.com/apache/doris/pull/44942#issuecomment-2566861462 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] [cherry-pick](branch-2.0) Pick "[Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures (#42949) [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #46102: URL: https://github.com/apache/doris/pull/46102#issuecomment-2566861234 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] [cherry-pick](branch-2.0) Pick "[Fix](Rowset Id) Use a randomly generated rowset ID to handle memory write failures (#42949) [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #46102: URL: https://github.com/apache/doris/pull/46102#issuecomment-2566861225 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

(doris-website) branch asf-site updated (442ba5544f1 -> 5a7750d1474)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 442ba5544f1 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 5

(doris) branch branch-2.1 updated: [opt](profile) add summary metric for file scanner #45941 (#46188)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 726e1c8c808 [opt](profile) add summary

Re: [PR] [opt](profile) add summary metric for file scanner #45941 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46188: URL: https://github.com/apache/doris/pull/46188 -- 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] [feat](metrics) Unify metrics of thread pool [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #43144: URL: https://github.com/apache/doris/pull/43144#issuecomment-2566855010 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

(doris-website) branch asf-site updated (c1655cd9b70 -> 442ba5544f1)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard c1655cd9b70 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 4

Re: [PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
Gabriel39 commented on PR #46235: URL: https://github.com/apache/doris/pull/46235#issuecomment-2566840127 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] [improve](ut) add ut for column_array [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #45827: URL: https://github.com/apache/doris/pull/45827#issuecomment-2566838453 TeamCity be ut coverage result: Function Coverage: 39.27% (10217/26015) Line Coverage: 30.26% (86612/286203) Region Coverage: 29.44% (44370/150708) Branch Coverage: 26.

Re: [PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
xiaokang commented on code in PR #46235: URL: https://github.com/apache/doris/pull/46235#discussion_r1900317860 ## be/src/runtime/fragment_mgr.cpp: ## @@ -228,6 +228,100 @@ static std::map> _get_all_running_queries return result; } +inline uint32_t get_map_id(const TUni

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 commented on PR #45897: URL: https://github.com/apache/doris/pull/45897#issuecomment-2566834197 had manual pick pr -- 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.

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 closed pull request #45897: branch-3.0: [test](nereids) add arthmetic comparison ut #45690 URL: https://github.com/apache/doris/pull/45897 -- 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 th

Re: [PR] branch-2.1: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 closed pull request #45896: branch-2.1: [test](nereids) add arthmetic comparison ut #45690 URL: https://github.com/apache/doris/pull/45896 -- 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 th

Re: [PR] branch-2.1: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 commented on PR #45896: URL: https://github.com/apache/doris/pull/45896#issuecomment-2566834115 had manual pick pr -- 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.

Re: [PR] ·[Refactor](vec) remove the unless api in column nullable [doris]

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

Re: [PR] ·[Refactor](vec) remove the unless api in column nullable [doris]

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

Re: [PR] branch-2.1: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 commented on PR #45896: URL: https://github.com/apache/doris/pull/45896#issuecomment-2566830850 run feut -- 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 unsubsc

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-31 Thread via GitHub
yujun777 commented on PR #45897: URL: https://github.com/apache/doris/pull/45897#issuecomment-2566830959 run feut -- 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 unsubsc

Re: [PR] ·[Refactor](vec) remove the unless api in column nullable [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #46180: URL: https://github.com/apache/doris/pull/46180#issuecomment-2566829749 TeamCity be ut coverage result: Function Coverage: 38.89% (10119/26022) Line Coverage: 29.89% (85520/286149) Region Coverage: 29.00% (43701/150670) Branch Coverage: 25.

(doris-website) branch asf-site updated (ec4a0bdc586 -> c1655cd9b70)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard ec4a0bdc586 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new c

Re: [PR] [improve](ut) add ut for column_array [doris]

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

Re: [PR] [improve](ut) add ut for column_array [doris]

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

Re: [PR] ·[Refactor](vec) remove the unless api in column nullable [doris]

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

Re: [PR] [improve](ut) add ut for column_array [doris]

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

(doris-website) branch asf-site updated (12ba088d8d4 -> ec4a0bdc586)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 12ba088d8d4 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new e

Re: [PR] ·[Refactor](vec) remove the unless api in column nullable [doris]

2024-12-31 Thread via GitHub
HappenLee commented on PR #46180: URL: https://github.com/apache/doris/pull/46180#issuecomment-2566816054 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] [improve](ut) add ut for column_array [doris]

2024-12-31 Thread via GitHub
amorynan commented on PR #45827: URL: https://github.com/apache/doris/pull/45827#issuecomment-2566815743 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] [feat](metrics) Unify metrics of thread pool [doris]

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

(doris-website) branch asf-site updated (0c2c5bf78fe -> 12ba088d8d4)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 0c2c5bf78fe Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 1

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #43144: URL: https://github.com/apache/doris/pull/43144#issuecomment-2566800136 TeamCity be ut coverage result: Function Coverage: 38.90% (10123/26023) Line Coverage: 29.90% (85559/286147) Region Coverage: 29.01% (43703/150633) Branch Coverage: 25.

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

2024-12-31 Thread via GitHub
zhiqiang- commented on PR #43144: URL: https://github.com/apache/doris/pull/43144#issuecomment-2566784182 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. T

Re: [PR] [fix](expr) Fix the problem of concurrent execution in VExpr. [doris]

2024-12-31 Thread via GitHub
Mryange closed pull request #45334: [fix](expr) Fix the problem of concurrent execution in VExpr. URL: https://github.com/apache/doris/pull/45334 -- 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

(doris) branch auto-pick-46151-branch-3.0 deleted (was 6a131a80e2f)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46151-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 6a131a80e2f [Fix](multi-catalog) Fix column mutate() crash replace it by assume_mutable(). (#4

(doris) branch branch-3.0 updated: branch-3.0: [Fix](multi-catalog) Fix column mutate() crash replace it by assume_mutable(). #46151 (#46197)

2024-12-31 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 5c68b772ccd branch-3.0: [Fix](multi-c

Re: [PR] branch-3.0: [Fix](multi-catalog) Fix column mutate() crash replace it by assume_mutable(). #46151 [doris]

2024-12-31 Thread via GitHub
morningman merged PR #46197: URL: https://github.com/apache/doris/pull/46197 -- 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.a

Re: [PR] [enhancement](segcompaction) refine segcompaction policy for wide-table [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #30633: URL: https://github.com/apache/doris/pull/30633#issuecomment-2566764538 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [imporvement](compaction) make RowIdConversion memory persist to local to reduce memory using on compaction [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #23681: URL: https://github.com/apache/doris/pull/23681#issuecomment-2566764556 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2566764517 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [improvement](partial-update) make partial-update on agg table use less memory [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #32200: URL: https://github.com/apache/doris/pull/32200#issuecomment-2566764523 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [chore](cloud) Define std::stringstream in local [doris]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #37287: URL: https://github.com/apache/doris/pull/37287#issuecomment-2566764498 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

(doris) branch branch-2.1 updated: branch-2.1: [chore](restore) log the table name and partition info when partition type is different #46213 (#46234)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 9e45c709239 branch-2.1: [chore](restore

(doris) branch auto-pick-46213-branch-3.0 deleted (was 739089b997b)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46213-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 739089b997b [chore](restore) log the table name and partition info when partition type is diff

(doris) branch branch-3.0 updated: branch-3.0: [chore](restore) log the table name and partition info when partition type is different #46213 (#46233)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new a211da6a2c3 branch-3.0: [chore](restore

(doris) branch auto-pick-46213-branch-2.1 deleted (was 00f21231180)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46213-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 00f21231180 [chore](restore) log the table name and partition info when partition type is diff

Re: [PR] branch-3.0: [chore](restore) log the table name and partition info when partition type is different #46213 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46233: URL: https://github.com/apache/doris/pull/46233 -- 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] branch-2.1: [chore](restore) log the table name and partition info when partition type is different #46213 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46234: URL: https://github.com/apache/doris/pull/46234 -- 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

(doris) branch auto-pick-46211-branch-3.0 deleted (was dcce21c5502)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46211-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was dcce21c5502 [opt](catalog) use table in db object return get db (#46211) The revisions that w

(doris) branch branch-3.0 updated: branch-3.0: [opt](catalog) use table in db object return get db #46211 (#46228)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new fb2b67bb422 branch-3.0: [opt](catalog)

Re: [PR] branch-3.0: [opt](catalog) use table in db object return get db #46211 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46228: URL: https://github.com/apache/doris/pull/46228 -- 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

(doris) branch auto-pick-46211-branch-2.1 deleted (was 2874cc6abad)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46211-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 2874cc6abad [opt](catalog) use table in db object return get db (#46211) The revisions that w

(doris) branch branch-2.1 updated: branch-2.1: [opt](catalog) use table in db object return get db #46211 (#46229)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new a6fc852ce73 branch-2.1: [opt](catalog)

Re: [PR] branch-2.1: [opt](catalog) use table in db object return get db #46211 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46229: URL: https://github.com/apache/doris/pull/46229 -- 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

(doris) branch branch-2.1 updated: [branch-2.1](regression) disable hudi p2 jni reader test for branch-2.1 (#46231)

2024-12-31 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0ee1a6273f3 [branch-2.1](regression) di

Re: [PR] [branch-2.1](regression) disable hudi p2 jni reader test for branch-2.1 [doris]

2024-12-31 Thread via GitHub
yiguolei merged PR #46231: URL: https://github.com/apache/doris/pull/46231 -- 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

(doris-website) branch asf-site updated (111645095fe -> d75e4381caa)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 111645095fe Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new d

(doris-website) branch asf-site updated (0266b69744d -> 111645095fe)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 0266b69744d Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 1

(doris-website) branch asf-site updated (840d53f80e6 -> 0266b69744d)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 840d53f80e6 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 0

(doris-website) branch asf-site updated (efb453315f5 -> 840d53f80e6)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard efb453315f5 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 8

Re: [PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #46235: URL: https://github.com/apache/doris/pull/46235#issuecomment-2566701334 TeamCity be ut coverage result: Function Coverage: 38.91% (10131/26039) Line Coverage: 29.91% (85645/286374) Region Coverage: 29.02% (43735/150681) Branch Coverage: 25.

Re: [PR] [fix](azure) Add FE azure object storage UT and fix log [doris]

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

(doris-website) branch asf-site updated (bb98cfa79b2 -> efb453315f5)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard bb98cfa79b2 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new e

Re: [PR] [fix](azure) Add FE azure object storage UT and fix log [doris]

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

Re: [PR] [fix](azure) Add FE azure object storage UT and fix log [doris]

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

Re: [PR] [fix](azure) Add FE azure object storage UT and fix log [doris]

2024-12-31 Thread via GitHub
gavinchou commented on PR #46201: URL: https://github.com/apache/doris/pull/46201#issuecomment-2566651396 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] [opt](schema_change) Fix null message when trying to alter forbidden table properties [doris]

2024-12-31 Thread via GitHub
Thearas commented on PR #46236: URL: https://github.com/apache/doris/pull/46236#issuecomment-2566651108 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

[PR] [opt](schema_change) Fix null message when trying to alter forbidden table properties [doris]

2024-12-31 Thread via GitHub
gavinchou opened a new pull request, #46236: URL: https://github.com/apache/doris/pull/46236 ### What problem does this PR solve? Previous impl. will return if we are try to set some unhandled or forbidden table properties "ERROR 1105(HY000):Unexpected exception: null" Probl

(doris-website) branch asf-site updated (2a5633589e8 -> bb98cfa79b2)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 2a5633589e8 Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new b

Re: [PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
Gabriel39 commented on PR #46235: URL: https://github.com/apache/doris/pull/46235#issuecomment-2566645280 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] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
hello-stephen commented on PR #46235: URL: https://github.com/apache/doris/pull/46235#issuecomment-2566639776 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+pro

[PR] [Improvement](fragment) Use partitioned hash map to manage contexts [doris]

2024-12-31 Thread via GitHub
Gabriel39 opened a new pull request, #46235: URL: https://github.com/apache/doris/pull/46235 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] branch-3.0: [chore](restore) log the table name and partition info when partition type is different #46213 [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

(doris-website) branch asf-site updated (730efc2c64b -> 2a5633589e8)

2024-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 730efc2c64b Automated deployment with doris branch @ 6c1f6859f4774ff77939fb038f62dd93a4122a22 new 2

Re: [PR] branch-3.0: [chore](restore) log the table name and partition info when partition type is different #46213 [doris]

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

Re: [PR] [feat](spill) spill and reserve [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

2024-12-31 Thread via GitHub
doris-robot commented on PR #43144: URL: https://github.com/apache/doris/pull/43144#issuecomment-2566611750 TeamCity be ut coverage result: Function Coverage: 38.90% (10122/26023) Line Coverage: 29.89% (85542/286149) Region Coverage: 29.01% (43698/150633) Branch Coverage: 25.

Re: [PR] branch-3.0: [chore](restore) log the table name and partition info when partition type is different #46213 [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

Re: [PR] [enhancement](cloud) reconnect after the RPC request to the meta service fails [doris]

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

  1   2   3   4   5   6   >