wangbo closed pull request #39056: [Improment]support drop be tag
URL: https://github.com/apache/doris/pull/39056
--
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
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2285974959
ClickBench: Total hot run time: 30.8 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2285965459
TPC-DS: Total hot run time: 185368 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2285945089
TPC-H: Total hot run time: 39911 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
wangbo commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2285905409
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
wangbo commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2285530397
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
yiguolei commented on code in PR #39056:
URL: https://github.com/apache/doris/pull/39056#discussion_r1713213203
##
fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java:
##
@@ -180,6 +180,64 @@ private static void alterTable(String sql) throws
Exceptio
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2273411303
ClickBench: Total hot run time: 30.5 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2273400490
TPC-DS: Total hot run time: 169574 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2273379814
TPC-H: Total hot run time: 41915 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
yiguolei commented on code in PR #39056:
URL: https://github.com/apache/doris/pull/39056#discussion_r1706857986
##
fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyBackendClause.java:
##
@@ -20,7 +20,6 @@
import org.apache.doris.common.AnalysisException;
import org.apa
wangbo commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2273260579
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
doris-robot commented on PR #39056:
URL: https://github.com/apache/doris/pull/39056#issuecomment-2273260501
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
wangbo opened a new pull request, #39056:
URL: https://github.com/apache/doris/pull/39056
## Proposed changes
1 support remove backend property;
```
alter system modify backend "localhost:9250" set
("tag.workload_group"="","tag.abc"="");
```
2 support modify backend proper
14 matches
Mail list logo