Re: [PR] [fix](round) fix round decimal128 overflow [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37733: URL: https://github.com/apache/doris/pull/37733#issuecomment-2227655330 ClickBench: Total hot run time: 30.87 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](InternalSchema) Compute nodes should not be used for Internal schema three replica [doris]

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

Re: [PR] [chore](log) reduce print warning msg during be starting up #36710 [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37780: URL: https://github.com/apache/doris/pull/37780#issuecomment-2227657012 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] [chore](log) reduce print warning msg during be starting up #36710 [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37780: URL: https://github.com/apache/doris/pull/37780#issuecomment-2227657026 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] [chore](log) reduce print warning msg during be starting up #36710 [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37780: URL: https://github.com/apache/doris/pull/37780#issuecomment-2227657107 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] [fix](arrow-flight-sql) Fix get Schema failed when `enable_parallel_result_sink` is false [doris]

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

Re: [PR] [Feat](nereids) add expression transformation rule simplify_conditional_function [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37613: URL: https://github.com/apache/doris/pull/37613#issuecomment-2227657855 ClickBench: Total hot run time: 31.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Bug](join) fix broadcast join running when hash table build not finished [doris]

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

[I] [Feature] 期望支持webui,用来分析日志 [doris]

2024-07-14 Thread via GitHub
chuangyeshuo opened a new issue, #37781: URL: https://github.com/apache/doris/issues/37781 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description https://github.

(doris) branch master updated: [Bug](join) fix broadcast join running when hash table build not finished (#37643)

2024-07-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 49e123c9083 [Bug](join) fix broadcast join runn

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227659055 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] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
TangSiyang2001 opened a new pull request, #37782: URL: https://github.com/apache/doris/pull/37782 ## Proposed changes For some urgent compaction tasks, their submittion should take parallelism into account. Currently, we apply the control policy for data loading in specific. Ot

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
TangSiyang2001 commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227659298 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.

[PR] add case for inverted_index [doris]

2024-07-14 Thread via GitHub
ChenPeng2013 opened a new pull request, #37783: URL: https://github.com/apache/doris/pull/37783 ## Proposed changes Issue Number: close #xxx add case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] add case for inverted_index [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37783: URL: https://github.com/apache/doris/pull/37783#issuecomment-2227659868 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] (feature)[storage] Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
Nitin-Kashyap opened a new pull request, #37784: URL: https://github.com/apache/doris/pull/37784 ## Proposed changes Added ADMIN command to decommission disk, so that disk can be hotswapped without restart Backends. ![image](https://github.com/user-attachments/assets/4e1b8

Re: [PR] (feature)[storage] Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2227660078 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] [docs](readme) Update version description [doris]

2024-07-14 Thread via GitHub
KassieZ opened a new pull request, #37785: URL: https://github.com/apache/doris/pull/37785 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] [Fix](InternalSchema) Compute nodes should not be used for Internal schema three replica [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #36130: URL: https://github.com/apache/doris/pull/36130#issuecomment-2227660405 ClickBench: Total hot run time: 30.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [docs](readme) Update version description [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37785: URL: https://github.com/apache/doris/pull/37785#issuecomment-2227660584 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

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
TangSiyang2001 commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227662204 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.

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227662777 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

[PR] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
wangbo opened a new pull request, #37786: URL: https://github.com/apache/doris/pull/37786 ## Proposed changes ``` num #instances #bytes class name -- 1: 37568634728162104360 [C 2: 931980012162

Re: [PR] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-2227663022 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

Re: [PR] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
wangbo commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-2227663117 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 unsub

Re: [PR] [fix](arrow-flight-sql) Fix get Schema failed when `enable_parallel_result_sink` is false [doris]

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

Re: [PR] [fix](trino-connector) Refactor some code of trino-connector jni reader [doris]

2024-07-14 Thread via GitHub
BePPPower commented on PR #37302: URL: https://github.com/apache/doris/pull/37302#issuecomment-2227665096 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](stacktrace) Add conf `enable_stacktrace` [doris]

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

[PR] [improvement](cloud) Accelerate cloud rebalance by batch editlog [doris]

2024-07-14 Thread via GitHub
deardeng opened a new pull request, #37787: URL: https://github.com/apache/doris/pull/37787 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [improvement](cloud) Accelerate cloud rebalance by batch editlog [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37787: URL: https://github.com/apache/doris/pull/37787#issuecomment-2227665593 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

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227665829 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] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
wangbo commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-222739 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 unsub

Re: [PR] [feature](storage) Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
dataroaring commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2227667702 What about adding back a disk without restarting be? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [fix](arrow-flight-sql) Fix get Schema failed when `enable_parallel_result_sink` is false [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37779: URL: https://github.com/apache/doris/pull/37779#issuecomment-2227668350 ClickBench: Total hot run time: 30.45 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

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

Re: [PR] [fix](trino-connector) Refactor some code of trino-connector jni reader [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37302: URL: https://github.com/apache/doris/pull/37302#issuecomment-2227668602 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] [Feature] Support-doris-Arrow-flight-read [doris-flink-connector]

2024-07-14 Thread via GitHub
MaoMiMao commented on code in PR #427: URL: https://github.com/apache/doris-flink-connector/pull/427#discussion_r1677294744 ## flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisReadOptions.java: ## @@ -121,52 +126,20 @@ public void setFilterQuery(String filter

Re: [PR] [Feature] Support-doris-Arrow-flight-read [doris-flink-connector]

2024-07-14 Thread via GitHub
MaoMiMao commented on code in PR #427: URL: https://github.com/apache/doris-flink-connector/pull/427#discussion_r1677294985 ## flink-doris-connector/src/main/java/org/apache/doris/flink/flight/DorisFlightSource.java: ## @@ -0,0 +1,206 @@ +// Licensed to the Apache Software Foun

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227669261 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] [feature](storage) Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2227670285 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] [fix](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

2024-07-14 Thread via GitHub
qidaye commented on PR #37646: URL: https://github.com/apache/doris/pull/37646#issuecomment-2227671757 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 unsub

Re: [PR] [feature](storage) Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2227672096 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] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

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

Re: [PR] (nereids) fix outerjoin assoc rule bug [doris]

2024-07-14 Thread via GitHub
dataroaring merged PR #37769: URL: https://github.com/apache/doris/pull/37769 -- 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.

(doris) branch branch-3.0 updated: (nereids) fix outerjoin assoc rule bug (#37769)

2024-07-14 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 2a102de742c (nereids) fix outerjoin

[PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
xzj7019 opened a new pull request, #37788: URL: https://github.com/apache/doris/pull/37788 Local shuffle depends on the operator node's isColocate flag, to decide the shuffle columns. Current aggr node's isColocate true setting is too strict to support shuffle-colocate scenarios.

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2227674196 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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
xzj7019 commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2227674285 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

Re: [PR] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-2227674749 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]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-2227674760 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] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

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

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37646: URL: https://github.com/apache/doris/pull/37646#issuecomment-2227675292 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] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

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

Re: [PR] [fix](stacktrace) Add conf `enable_stacktrace` [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37713: URL: https://github.com/apache/doris/pull/37713#issuecomment-2227676495 ClickBench: Total hot run time: 30.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](nereids) fix aggr node colocate flag local shuffle depending on [doris]

2024-07-14 Thread via GitHub
xzj7019 opened a new pull request, #37789: URL: https://github.com/apache/doris/pull/37789 ## Proposed changes pick from https://github.com/apache/doris/pull/37788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] [fix](trino-connector) Refactor some code of trino-connector jni reader [doris]

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

Re: [PR] [fix](nereids) fix aggr node colocate flag local shuffle depending on [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37789: URL: https://github.com/apache/doris/pull/37789#issuecomment-2227677609 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

Re: [PR] [fix](nereids) fix aggr node colocate flag local shuffle depending on [doris]

2024-07-14 Thread via GitHub
xzj7019 commented on PR #37789: URL: https://github.com/apache/doris/pull/37789#issuecomment-2227677697 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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2227678469 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](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2227678491 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](nereids) fix outerjoin assoc rule bug [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37762: URL: https://github.com/apache/doris/pull/37762#issuecomment-2227678774 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](nereids) fix outerjoin assoc rule bug [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37762: URL: https://github.com/apache/doris/pull/37762#issuecomment-2227678797 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] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2227679430 ClickBench: Total hot run time: 30.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](storage) Added disk decommission and hotswap disk feasibility [doris]

2024-07-14 Thread via GitHub
Nitin-Kashyap commented on PR #37784: URL: https://github.com/apache/doris/pull/37784#issuecomment-2227680118 > What about adding back a disk without restarting be? @dataroaring : thats RECOMMISSION command. I had attached a screen shot in description. ![image](https://githu

Re: [PR] [FIX] should check fe host standing when coordinator is not found. [doris]

2024-07-14 Thread via GitHub
yiguolei merged PR #37772: URL: https://github.com/apache/doris/pull/37772 -- 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: [FIX] should check fe host standing when coordinator is not found. (#37772)

2024-07-14 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 79f6b647d57 [FIX] should check fe host

Re: [PR] [Fix]Add audit log event queue size limit [doris]

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

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

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

Re: [PR] [fix](nereids)adjust aggregate function's nullable property [doris]

2024-07-14 Thread via GitHub
starocean999 closed pull request #37215: [fix](nereids)adjust aggregate function's nullable property URL: https://github.com/apache/doris/pull/37215 -- 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 t

Re: [PR] [fix](trino-connector) Refactor some code of trino-connector jni reader [doris]

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

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227686199 ClickBench: Total hot run time: 30.72 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improvement][Audit] add sql type for query audit [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37790: URL: https://github.com/apache/doris/pull/37790#issuecomment-2227686547 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] [Improvement][Audit] add sql type for query audit [doris]

2024-07-14 Thread via GitHub
qzsee opened a new pull request, #37790: URL: https://github.com/apache/doris/pull/37790 ## Proposed changes Issue Number: close #xxx -- 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

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-14 Thread via GitHub
yiguolei commented on code in PR #37559: URL: https://github.com/apache/doris/pull/37559#discussion_r1677304027 ## fe/fe-core/src/main/java/org/apache/doris/resource/AdmissionControl.java: ## @@ -0,0 +1,156 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

2024-07-14 Thread via GitHub
TangSiyang2001 commented on PR #37782: URL: https://github.com/apache/doris/pull/37782#issuecomment-2227687526 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.

Re: [PR] [Improvement][Audit] add sql type for query audit [doris]

2024-07-14 Thread via GitHub
qzsee commented on PR #37790: URL: https://github.com/apache/doris/pull/37790#issuecomment-2227687815 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 unsubs

Re: [PR] [test](regression) add cases for data quality error url (#34987) [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #3: URL: https://github.com/apache/doris/pull/3#issuecomment-2227688022 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] [test](regression) add cases for data quality error url (#34987) [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #3: URL: https://github.com/apache/doris/pull/3#issuecomment-2227688057 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] [chore](test) adjust timeout for some cases [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37743: URL: https://github.com/apache/doris/pull/37743#issuecomment-2227687656 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] [chore](test) adjust timeout for some cases [doris]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #37743: URL: https://github.com/apache/doris/pull/37743#issuecomment-2227687676 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](trino-connector) Refactor some code of trino-connector jni reader [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37302: URL: https://github.com/apache/doris/pull/37302#issuecomment-2227688905 ClickBench: Total hot run time: 30.61 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix]Add audit log event queue size limit [doris]

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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

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

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

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

Re: [PR] [Fix]Add audit log event queue size limit [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37786: URL: https://github.com/apache/doris/pull/37786#issuecomment-2227692806 ClickBench: Total hot run time: 30.37 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [test](regression) add cases for data quality error url (#34987) [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #3: URL: https://github.com/apache/doris/pull/3#issuecomment-2227695198 TeamCity be ut coverage result: Function Coverage: 36.54% (9257/25337) Line Coverage: 28.06% (75638/269596) Region Coverage: 26.87% (38880/144706) Branch Coverage: 23.6

Re: [PR] [branch-2.1](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37727: URL: https://github.com/apache/doris/pull/37727#issuecomment-2227696530 TeamCity be ut coverage result: Function Coverage: 36.54% (9258/25337) Line Coverage: 28.06% (75638/269596) Region Coverage: 26.87% (38889/144706) Branch Coverage: 23.6

Re: [PR] [feature](Recycler) Add rate limit for all obj storage client implementation [doris]

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

Re: [PR] [cherry-pick-2.1](table-function) pick some table functions exec performance (#34090) [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37778: URL: https://github.com/apache/doris/pull/37778#issuecomment-2227696655 TeamCity be ut coverage result: Function Coverage: 36.53% (9262/25353) Line Coverage: 28.06% (75662/269687) Region Coverage: 26.88% (38899/144711) Branch Coverage: 23.6

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

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

Re: [PR] [Migrate-Test](multi-catalog) mv oss and obs to p0 [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37791: URL: https://github.com/apache/doris/pull/37791#issuecomment-2227698360 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] [Migrate-Test](multi-catalog) mv oss and obs to p0 [doris]

2024-07-14 Thread via GitHub
wsjz opened a new pull request, #37791: URL: https://github.com/apache/doris/pull/37791 ## Proposed changes Issue Number: close #xxx -- 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

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

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

Re: [PR] [enhancement](compaction) Control the parallelism for urgent compaction tasks [doris]

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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2227701512 ClickBench: Total hot run time: 31.31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](build index)Remove index_meta in tablet schema when the index is dropped. [doris]

2024-07-14 Thread via GitHub
doris-robot commented on PR #37646: URL: https://github.com/apache/doris/pull/37646#issuecomment-2227703013 ClickBench: Total hot run time: 29.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](Recycler) Add rate limit for all obj storage client implementation [doris]

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

Re: [PR] [feature](csv)Supports reading CSV data using LF and CRLF as line separators. [doris]

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

Re: [PR] [Bug](join) fix broadcast join running when hash table build not finished [doris]

2024-07-14 Thread via GitHub
zhangstar333 commented on PR #37792: URL: https://github.com/apache/doris/pull/37792#issuecomment-2227707947 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] [Bug](join) fix broadcast join running when hash table build not finished [doris]

2024-07-14 Thread via GitHub
zhangstar333 opened a new pull request, #37792: URL: https://github.com/apache/doris/pull/37792 in pr https://github.com/apache/doris/pull/37643/files wants fix the bug of join which not build hash table, but running early and not wait the finished signal. But this may be a normal phen

<    1   2   3   4   5   >