yujun777 commented on code in PR #41076: URL: https://github.com/apache/doris/pull/41076#discussion_r1770833276
########## fe/fe-core/src/main/java/org/apache/doris/clone/ColocateTableCheckerAndBalancer.java: ########## @@ -561,14 +561,14 @@ private void matchGroups() { tabletCtx.setIsUniqKeyMergeOnWrite(isUniqKeyMergeOnWrite); AddResult res = tabletScheduler.addTablet(tabletCtx, false /* not force */); - if (res == AddResult.LIMIT_EXCEED || res == AddResult.DISABLED) { + if (res == AddResult.DISABLED) { Review Comment: 需要repair 的tablet 很多时, 这个limit 可能会很多日志。这里把limit exceed 的计数给打印出来了 -- 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