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

yongzao pushed a commit to branch debug_partition_table_cleaner
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/debug_partition_table_cleaner 
by this push:
     new 5a3e3a715a7 adjust logs
     new eefae15079f Merge branch 'debug_partition_table_cleaner' of 
https://github.com/apache/iotdb into debug_partition_table_cleaner
5a3e3a715a7 is described below

commit 5a3e3a715a7c72d3934bfd612ea378847172fa74
Author: YongzaoDan <[email protected]>
AuthorDate: Fri Mar 21 15:51:51 2025 +0800

    adjust logs
---
 .../apache/iotdb/confignode/procedure/PartitionTableAutoCleaner.java    | 1 -
 .../src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/PartitionTableAutoCleaner.java
 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/PartitionTableAutoCleaner.java
index 51247848aea..3c9690d3e29 100644
--- 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/PartitionTableAutoCleaner.java
+++ 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/PartitionTableAutoCleaner.java
@@ -55,7 +55,6 @@ public class PartitionTableAutoCleaner<Env> extends 
InternalProcedure<Env> {
 
   @Override
   protected void periodicExecute(Env env) {
-    LOGGER.info("[PartitionTableCleaner] Start periodic check");
     List<String> databases = 
configManager.getClusterSchemaManager().getDatabaseNames(null);
     Map<String, Long> databaseTTLMap = new TreeMap<>();
     for (String database : databases) {
diff --git 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
index 9bd04b5da00..a06b6218831 100644
--- 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
+++ 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java
@@ -135,7 +135,7 @@ public class CommonConfig {
   private int ttlRuleCapacity = 1000;
 
   /** The interval of ttl check task in each database. The unit is ms. Default 
is 2 hours. */
-  private long ttlCheckInterval = 30_000L;
+  private long ttlCheckInterval = 7_200_000L;
 
   /** Thrift socket and connection timeout between data node and config node. 
*/
   private int cnConnectionTimeoutInMS = (int) TimeUnit.SECONDS.toMillis(60);

Reply via email to