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

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


The following commit(s) were added to refs/heads/master by this push:
     new 88c3a3e4b2 Fix datanode cannot restart (#7165)
88c3a3e4b2 is described below

commit 88c3a3e4b2dfcbd4e6569586b5b610bbdebfec85
Author: Haonan <[email protected]>
AuthorDate: Mon Aug 29 19:20:58 2022 +0800

    Fix datanode cannot restart (#7165)
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java 
b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java
index 17a34ef9ce..ce6ec46351 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBStartCheck.java
@@ -486,10 +486,6 @@ public class IoTDBStartCheck {
         properties.setProperty(
             SCHEMA_REGION_CONSENSUS_PROTOCOL, 
globalConfig.getSchemaRegionConsensusProtocolClass());
       }
-      properties.setProperty(
-          PARTITION_INTERVAL_STRING, 
String.valueOf(globalConfig.timePartitionInterval));
-      properties.setProperty(
-          PARTITION_INTERVAL_STRING, 
String.valueOf(globalConfig.timePartitionInterval));
       properties.store(tmpFOS, SYSTEM_PROPERTIES_STRING);
       // serialize finished, delete old system.properties file
       if (propertiesFile.exists()) {

Reply via email to