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 2021/03/03 03:11:38 UTC

[GitHub] [iotdb] mychaow commented on a change in pull request #2766: [IOTDB-1118] [Distributed] Limit query log lag in mid consistency level

mychaow commented on a change in pull request #2766:
URL: https://github.com/apache/iotdb/pull/2766#discussion_r586075427



##########
File path: cluster/src/main/java/org/apache/iotdb/cluster/config/ClusterConfig.java
##########
@@ -147,14 +147,13 @@
    */
   private boolean waitForSlowNode = true;
 
+  /** when consistency level set to mid, query failed if the log lag exceeds maxReadLogLog. */

Review comment:
       ```suggestion
     /** when consistency level set to mid, query failed if the log lag exceeds maxReadLogLag. */
   ```




----------------------------------------------------------------
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:
users@infra.apache.org