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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9df3f3ef2 Optimize log output for SchedulingPolicy (#3592)
9df3f3ef2 is described below

commit 9df3f3ef2ece22f6fc339f3df9fd028857fe010f
Author: Darcy <[email protected]>
AuthorDate: Wed Jun 4 20:03:02 2025 +0800

    Optimize log output for SchedulingPolicy (#3592)
---
 .../main/java/org/apache/amoro/server/optimizing/SchedulingPolicy.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/amoro-ams/src/main/java/org/apache/amoro/server/optimizing/SchedulingPolicy.java
 
b/amoro-ams/src/main/java/org/apache/amoro/server/optimizing/SchedulingPolicy.java
index 65ee979a1..f25aadc12 100644
--- 
a/amoro-ams/src/main/java/org/apache/amoro/server/optimizing/SchedulingPolicy.java
+++ 
b/amoro-ams/src/main/java/org/apache/amoro/server/optimizing/SchedulingPolicy.java
@@ -102,7 +102,7 @@ public class SchedulingPolicy {
   private Comparator<DefaultTableRuntime> createSorterByPolicy() {
     if (sorterFactoryCache.get(policyName) != null) {
       SorterFactory sorterFactory = sorterFactoryCache.get(policyName);
-      LOG.info(
+      LOG.debug(
           "Using sorter instance {} corresponding to the scheduling policy {}",
           sorterFactory.getClass().getName(),
           policyName);

Reply via email to