diff --git a/fe/src/main/java/org/apache/doris/master/ReportHandler.java b/fe/src/main/java/org/apache/doris/master/ReportHandler.java index 8312382309..2a40961d6f 100644 --- a/fe/src/main/java/org/apache/doris/master/ReportHandler.java +++ b/fe/src/main/java/org/apache/doris/master/ReportHandler.java @@ -882,7 +882,6 @@ public class ReportHandler extends Daemon { private static void handleSetTabletMetaInfo(long backendId, SetMultimap tabletWithoutPartitionId) { - LOG.info("find [{}] tablets without partition id, try to set them", tabletWithoutPartitionId.size()); if (tabletWithoutPartitionId.size() < 1) { return; diff --git a/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java b/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java index ea5077b475..2beed65dc2 100644 --- a/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java +++ b/fe/src/main/java/org/apache/doris/task/AgentBatchTask.java @@ -359,6 +359,7 @@ public class AgentBatchTask implements Runnable { LOG.debug(request.toString()); } tAgentTaskRequest.setUpdate_tablet_meta_info_req(request); + return tAgentTaskRequest; } case ALTER: { AlterReplicaTask createRollupTask = (AlterReplicaTask) task;