This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 4701dd49c3608d3e914fb1631e18991f87541854
Author: Gavin Chou <[email protected]>
AuthorDate: Tue Feb 6 08:34:10 2024 +0800

    (selectdb-cloud) Use info level in recordCreatePartitionFailedMsg() due to 
intersection happens all the time (#30448)
---
 .../src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java
 
b/fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java
index 565f4c066f8..81f8cc7cd29 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java
@@ -588,7 +588,7 @@ public class DynamicPartitionScheduler extends MasterDaemon 
{
     }
 
     private void recordCreatePartitionFailedMsg(String dbName, String 
tableName, String msg, long tableId) {
-        LOG.warn("dynamic add partition failed: {}, db: {}, table: {}", msg, 
dbName, tableName);
+        LOG.info("dynamic add partition failed: {}, db: {}, table: {}", msg, 
dbName, tableName);
         createOrUpdateRuntimeInfo(tableId, DYNAMIC_PARTITION_STATE, 
State.ERROR.toString());
         createOrUpdateRuntimeInfo(tableId, CREATE_PARTITION_MSG, msg);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to