deardeng commented on code in PR #33201:
URL: https://github.com/apache/doris/pull/33201#discussion_r1577141991
##########
fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java:
##########
@@ -78,7 +78,9 @@ public SystemHandler() {
@Override
protected void runAfterCatalogReady() {
super.runAfterCatalogReady();
- runAlterJobV2();
+ if (Config.isNotCloudMode()) {
+ runAlterJobV2();
Review Comment:
// check all decommissioned backends, if there is no available tablet on
that backend, drop it.
private void runAlterJobV2()
这个逻辑和存算分离的decomission 逻辑冲突
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]