yujun777 commented on code in PR #27968:
URL: https://github.com/apache/doris/pull/27968#discussion_r1416572522


##########
fe/fe-core/src/main/java/org/apache/doris/clone/TabletScheduler.java:
##########
@@ -733,7 +741,7 @@ private Tag chooseProperTag(TabletSchedCtx tabletCtx, 
boolean forMissingReplica)
         for (Replica replica : replicas) {
             Backend be = infoService.getBackend(replica.getBackendId());
             if (be != null && be.isScheduleAvailable() && replica.isAlive() && 
!replica.tooSlow()
-                    && be.isMixNode()) {
+                    && be.isMixNode() && isSuitableBe(be.getId())) {

Review Comment:
   remove here.
   for a tablet  on unhealth BE,  if it's version complete, then no need to 
migrate it.  
   If it miss version,  then sched want to clone it,  then migrate 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: [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]

Reply via email to