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/11/29 01:25:45 UTC

[GitHub] [iotdb] HTHou commented on a diff in pull request #8234: [To rel/1.0][IOTDB-5045] fix delete database, wal and tsfile still left

HTHou commented on code in PR #8234:
URL: https://github.com/apache/iotdb/pull/8234#discussion_r1034209512


##########
server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java:
##########
@@ -176,7 +176,7 @@ public class IoTDBConfig {
 
   // region Write Ahead Log Configuration
   /** Write mode of wal */
-  private volatile WALMode walMode = WALMode.ASYNC;
+  private volatile WALMode walMode = WALMode.DISABLE;

Review Comment:
   ```suggestion
     private volatile WALMode walMode = WALMode.ASYNC;
   ```



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