Pengzna commented on code in PR #16886:
URL: https://github.com/apache/iotdb/pull/16886#discussion_r2757947033


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -398,6 +394,24 @@ public class IoTDBConfig {
   /** The interval to check whether unsequence memtables need flushing. Unit: 
ms */
   private long unseqMemtableFlushCheckInterval = 30 * 1000L;
 
+  /**
+   * Whether to enable delay analyzer for tracking data arrival delays and 
calculating safe
+   * watermarks
+   */
+  private boolean enableDelayAnalyzer = true;

Review Comment:
   fixed



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to