zxealous commented on code in PR #37539:
URL: https://github.com/apache/doris/pull/37539#discussion_r1746700823
##########
fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java:
##########
@@ -585,10 +590,12 @@ public void executeDynamicPartition(Collection<Pair<Long,
Long>> dynamicPartitio
addPartitionClauses = getAddPartitionClause(db, olapTable,
partitionColumn, partitionFormat,
executeFirstTime);
}
+ clearDropPartitionFailedMsg(olapTable.getId());
Review Comment:
This will cause the status to remain NORMAL even if adding partitions fails.
--
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]