HeimingZ commented on a change in pull request #5320:
URL: https://github.com/apache/iotdb/pull/5320#discussion_r834162580



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -139,46 +142,39 @@
 
   /** When inserting rejected exceeds this, throw an exception. Unit: 
millisecond */
   private int maxWaitingTimeWhenInsertBlockedInMs = 10000;
-  /** Is the write ahead log enable. */
-  private boolean enableWal = true;
 
-  private volatile boolean readOnly = false;
+  /** this variable set timestamp precision as millisecond, microsecond or 
nanosecond */
+  private String timestampPrecision = "ms";
 
-  private boolean enableDiscardOutOfOrderData = false;
+  // region Write Ahead Log Configuration

Review comment:
       Just remove it from the region of wal parameters, you can still see it 
in [IoTDBConfig 
L777-L778](https://github.com/apache/iotdb/pull/5320/files#diff-4523da5aacb813d25cbf8487e53171d423aafaa0dd000c85047e103b9cd0b3afR777-R778)




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