You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/09 01:41:22 UTC

[GitHub] [iotdb] MarcosZyk commented on a change in pull request #5187: [IOTDB-2705] Separate CQ persistence from MLog

MarcosZyk commented on a change in pull request #5187:
URL: https://github.com/apache/iotdb/pull/5187#discussion_r822218603



##########
File path: server/src/main/java/org/apache/iotdb/db/engine/cq/ContinuousQueryService.java
##########
@@ -51,35 +55,80 @@
       ContinuousQueryTaskPoolManager.getInstance();
   private static final long TASK_SUBMIT_CHECK_INTERVAL =
       IoTDBDescriptor.getInstance().getConfig().getContinuousQueryMinimumEveryInterval() / 2;
+
+  private static final String LOG_FILE_DIR =

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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org