zhanglingzhe0820 commented on a change in pull request #2080:
URL: https://github.com/apache/iotdb/pull/2080#discussion_r529425017



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
##########
@@ -770,6 +774,14 @@ public void loadHotModifiedProps(Properties properties)
       // update debug_state
       
conf.setDebugState(Boolean.parseBoolean(properties.getProperty("debug_state")));
 
+      // update enable_continuous_compaction
+      conf.setEnableContinuousCompaction(
+          
Boolean.parseBoolean(properties.getProperty("enable_continuous_compaction")));
+
+      // update enable_continuous_compaction

Review comment:
       ok 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to