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/01/08 11:35:34 UTC

[GitHub] [iotdb] JackieTien97 commented on a change in pull request #2436: [IOTDB-1104] Refactor the error handling process of query exceptions

JackieTien97 commented on a change in pull request #2436:
URL: https://github.com/apache/iotdb/pull/2436#discussion_r553892199



##########
File path: server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
##########
@@ -169,7 +169,6 @@ public void stop() {
 
   public void shutdown() throws Exception {
     logger.info("Deactivating IoTDB...");
-    IoTDB.metaManager.clear();

Review comment:
       Why we need to delete this statement. In the clear() method, MLog and TLog will be forced to disk.




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