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

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


The following commit(s) were added to refs/heads/master by this push:
     new fbda6bfd57e (selectdb-cloud) Use info level in 
recordCreatePartitionFailedMsg() due to intersection happens all the time 
(#30448)
fbda6bfd57e is described below

commit fbda6bfd57e50f278e380ce1674d3fe94907d2f8
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 d6b75d9c30e..f09c83da3fc 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
@@ -591,7 +591,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