yujun777 commented on code in PR #26412: URL: https://github.com/apache/doris/pull/26412#discussion_r1386503455
########## fe/fe-core/src/main/java/org/apache/doris/clone/LoadStatisticForTag.java: ########## @@ -389,6 +389,16 @@ public void getBackendStatisticByClass( for (BackendLoadStatistic beStat : beLoadStatistics) { Classification clazz = beStat.getClazz(medium); + long debugHighBeId = DebugPointUtil.getDebugParamOrDefault("FE.HIGH_LOAD_BE_ID", -1L); Review Comment: no need 392 ~ 401 ?LoadStatisticForTag.init has set it. ########## fe/fe-core/src/test/java/org/apache/doris/utframe/MockedBackendFactory.java: ########## @@ -248,6 +263,62 @@ private void handleCloneTablet(TAgentTaskRequest request, TFinishTaskRequest fin finishTaskRequest.setFinishTabletInfos(tabletInfos); } + private void handleStorageMediumMigrate(TAgentTaskRequest request, TFinishTaskRequest finishTaskRequest) { Review Comment: just update src and dest disk's data used and avaialable capactity is ok, like handleCloneTablet ########## fe/fe-core/src/main/java/org/apache/doris/clone/LoadStatisticForTag.java: ########## @@ -389,6 +389,16 @@ public void getBackendStatisticByClass( for (BackendLoadStatistic beStat : beLoadStatistics) { Classification clazz = beStat.getClazz(medium); + long debugHighBeId = DebugPointUtil.getDebugParamOrDefault("FE.HIGH_LOAD_BE_ID", -1L); Review Comment: no need 392 ~ 401 ?LoadStatisticForTag.init has set it. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org