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


##########
fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java:
##########
@@ -512,6 +512,14 @@ public static void tabletReport(long backendId, Map<Long, 
TTablet> backendTablet
         LOG.info("finished to handle tablet report from backend[{}] cost: {} 
ms", backendId, (end - start));
     }
 
+    private static void updateControlPublishVersion(long backendId, 
Map<TTaskType, Set<Long>> runningTasks) {
+        if (!runningTasks.containsKey(TTaskType.PUBLISH_VERSION)) {
+            return;
+        }
+        Env.getCurrentSystemInfo().getBackend(backendId)

Review Comment:
   need consider be has delete.



-- 
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