Re: [PR] [opt](brpc) check and remove unavailable brpc stubs (#43212) [doris]

2024-12-09 Thread via GitHub
zhiqiang- commented on PR #44840: URL: https://github.com/apache/doris/pull/44840#issuecomment-2530638535 run external -- 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] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

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

Re: [PR] [Doc](benchmark) update 2.1 benchmark doc. [doris-website]

2024-12-09 Thread via GitHub
xzj7019 commented on code in PR #1493: URL: https://github.com/apache/doris-website/pull/1493#discussion_r1877479049 ## benchmark/tpcds.md: ## @@ -92,110 +92,111 @@ TPC-DS 99 test query statements : [TPC-DS-Query-SQL](https://github.com/apache/d ## 5. Test Results -Here we

(doris) branch master updated: [Refactor]refactor log workload group when query arrives be (#45034)

2024-12-09 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 972c8dfe5ae [Refactor]refactor log workload group

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
wangbo merged PR #44870: URL: https://github.com/apache/doris/pull/44870 -- 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.apach

Re: [PR] [Refactor]refactor log workload group when query arrives be [doris]

2024-12-09 Thread via GitHub
wangbo merged PR #45034: URL: https://github.com/apache/doris/pull/45034 -- 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.apach

(doris) branch master updated (972c8dfe5ae -> 7dbae6e7f91)

2024-12-09 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 972c8dfe5ae [Refactor]refactor log workload group when query arrives be (#45034) add 7dbae6e7f91 [Improment]Add w

Re: [PR] [fix] (inverted index) fix index file in gc binlogs [doris]

2024-12-09 Thread via GitHub
airborne12 commented on code in PR #44994: URL: https://github.com/apache/doris/pull/44994#discussion_r1877484503 ## be/src/olap/snapshot_manager.cpp: ## @@ -700,8 +700,10 @@ Status SnapshotManager::_create_snapshot_files(const TabletSharedPtr& ref_tablet I

Re: [PR] [fix] (inverted index) fix index file in gc binlogs [doris]

2024-12-09 Thread via GitHub
airborne12 commented on code in PR #44994: URL: https://github.com/apache/doris/pull/44994#discussion_r1877485134 ## be/src/olap/tablet.cpp: ## @@ -2653,10 +2629,22 @@ void Tablet::gc_binlogs(int64_t version) { // add binlog segment files and index files for

Re: [PR] [Improve](nereids) use hash set replace three set in DiscreteValue to improve in predicate performance [doris]

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

Re: [PR] branch-2.1: [fix](column_array)fix filter_generic in column_array func #41990 [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44983: URL: https://github.com/apache/doris/pull/44983#issuecomment-2530636864 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] [improve](ip-function)improve is_ip_address_in_range for inverted index speed (#41768) [doris]

2024-12-09 Thread via GitHub
yiguolei commented on PR #42485: URL: https://github.com/apache/doris/pull/42485#issuecomment-2530661464 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] branch-3.0: [enhance](nereids) SqlParser support load data into temporary partition #45025 [doris]

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

Re: [PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap #44821 [doris]

2024-12-09 Thread via GitHub
zhiqiang- commented on PR #45232: URL: https://github.com/apache/doris/pull/45232#issuecomment-2530672052 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] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap #44821 [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #45232: URL: https://github.com/apache/doris/pull/45232#issuecomment-2530672429 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+proce

[PR] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap #44821 [doris]

2024-12-09 Thread via GitHub
zhiqiang- opened a new pull request, #45232: URL: https://github.com/apache/doris/pull/45232 cherry pick from #44821 -- 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] branch-2.1: [enhance](auth)When authorization includes create, not check if resources exist #45125 [doris]

2024-12-09 Thread via GitHub
yiguolei commented on PR #45166: URL: https://github.com/apache/doris/pull/45166#issuecomment-2530658047 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] [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap #44821 [doris]

2024-12-09 Thread via GitHub
zhiqiang- closed pull request #45232: [Refactor](query) refactor lock in fragment mgr and change std::unorder_map to phmap #44821 URL: https://github.com/apache/doris/pull/45232 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

<    3   4   5   6   7   8