Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2709762845 ClickBench: Total hot run time: 30.28 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-11 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2712372667 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-11 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2709750814 TPC-DS: Total hot run time: 192426 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2713063616 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-11 Thread via GitHub
github-actions[bot] commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2713063438 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2712502188 ClickBench: Total hot run time: 31.13 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2712367560 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2712492797 TPC-DS: Total hot run time: 191661 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2712472920 TPC-H: Total hot run time: 32464 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1988247345 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java: ## @@ -176,7 +177,11 @@ public Set getResourceTags(String qualifiedUser) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1988258062 ## fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroupMgr.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under o

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1988248141 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ## @@ -969,6 +970,35 @@ protected void replayUpdateProgress(RLTaskTxnCommitAttachment

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1988247633 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3096,23 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1987063925 ## fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroupMgr.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1987063340 ## fe/fe-core/src/main/java/org/apache/doris/resource/computegroup/ComputeGroupMgr.java: ## @@ -0,0 +1,63 @@ +// Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1987047978 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -197,16 +198,15 @@ public enum ConnectType { // cloud cluster name protected volat

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1986916443 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ## @@ -969,6 +970,35 @@ protected void replayUpdateProgress(RLTaskTxnCommitAttachme

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1986867557 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserPropertyMgr.java: ## @@ -176,7 +177,11 @@ public Set getResourceTags(String qualifiedUser) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2709724696 TPC-H: Total hot run time: 32668 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-10 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2709625876 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-07 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2706257283 ClickBench: Total hot run time: 30.71 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

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

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

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

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

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

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-07 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2706184128 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2705581800 ClickBench: Total hot run time: 30.79 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2705575038 TPC-DS: Total hot run time: 191933 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2705540382 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2703432321 ClickBench: Total hot run time: 31.27 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2703626858 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2703419042 TPC-DS: Total hot run time: 191899 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-270333 TPC-H: Total hot run time: 32398 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-06 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2703290184 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] [Improment]Add ComputeGroupMgr [doris]

2025-03-05 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2700802383 ClickBench: Total hot run time: 30.62 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-05 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2700790877 TPC-DS: Total hot run time: 185253 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-05 Thread via GitHub
doris-robot commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2700764771 TPC-H: Total hot run time: 32712 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-03-05 Thread via GitHub
wangbo commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2700707849 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] [Improment]Add ComputeGroupMgr [doris]

2025-02-28 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1975104474 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -197,16 +198,15 @@ public enum ConnectType { // cloud cluster name protected volatil

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-28 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1975076629 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -197,16 +198,15 @@ public enum ConnectType { // cloud cluster name protected volat

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974726753 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ## @@ -993,6 +995,24 @@ public TPipelineFragmentParams plan(StreamLoadPlanner plann

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974725011 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java: ## @@ -231,6 +236,29 @@ brokerFileGroups, getDeadlineMs(), getExecMemLimit(), U

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974726402 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java: ## @@ -231,6 +236,29 @@ brokerFileGroups, getDeadlineMs(), getExecMemLimit(), U

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974724539 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -154,41 +152,36 @@ public void init() throws UserException { }

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974724212 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -154,41 +152,36 @@ public void init() throws UserException { }

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974724397 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -154,41 +152,36 @@ public void init() throws UserException { }

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974723009 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3096,24 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-27 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1974722664 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3096,24 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-26 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971486336 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -996,17 +1001,17 @@ public ThreadInfo toThreadInfo(boolean isFull) { return threadInf

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-26 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971484147 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -996,17 +1001,17 @@ public ThreadInfo toThreadInfo(boolean isFull) { return threadI

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-26 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971481462 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java: ## @@ -1229,10 +1230,19 @@ public int getCpuResourceLimit(String qualifiedUser) { }

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-26 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971479489 ## fe/fe-core/src/main/java/org/apache/doris/mysql/MysqlProto.java: ## @@ -266,7 +266,7 @@ public static boolean negotiate(ConnectContext context) throws IOException

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-26 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1971477260 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -160,7 +163,7 @@ public void init(List preLocations) throws UserException

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-25 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1969705644 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCom

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968692400 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCommi

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968692400 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCommi

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968682214 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCom

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968682439 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCom

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968675656 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -184,11 +162,25 @@ public void init(List preLocations) throws UserExceptio

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968685785 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ## @@ -1266,6 +1275,52 @@ public CloudClusterResult getCloudClusterByPolicy() { : new

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968684342 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java: ## @@ -569,10 +578,26 @@ protected List getAvailableBackendIds(long jobId) thro

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-24 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1968679165 ## fe/fe-core/src/main/java/org/apache/doris/httpv2/rest/LoadAction.java: ## @@ -439,18 +440,24 @@ private TNetworkAddress selectLocalRedirectBackend(boolean groupCom

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-22 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1966506452 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3097,31 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1966383217 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -184,11 +163,25 @@ public void init(List preLocations) throws UserException

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1966383068 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3097,31 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
wangbo commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1966381490 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3097,31 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1965721272 ## fe/fe-core/src/main/java/org/apache/doris/datasource/FederationBackendPolicy.java: ## @@ -184,11 +163,25 @@ public void init(List preLocations) throws UserExceptio

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1965710529 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3097,31 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
yiguolei commented on code in PR #48187: URL: https://github.com/apache/doris/pull/48187#discussion_r1965707605 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -3096,19 +3097,31 @@ public TFetchOption generateTwoPhaseReadOption(long selectedIndexId) {

Re: [PR] [Improment]Add ComputeGroupMgr [doris]

2025-02-21 Thread via GitHub
hello-stephen commented on PR #48187: URL: https://github.com/apache/doris/pull/48187#issuecomment-2674081231 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