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/10/30 14:58:59 UTC

[GitHub] [iotdb] THUMarkLau commented on a change in pull request #4206: [To rel/0.12] [IOTDB-1872]Fix data increases abnormally after IoTDB restarts

THUMarkLau commented on a change in pull request #4206:
URL: https://github.com/apache/iotdb/pull/4206#discussion_r739662843



##########
File path: server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
##########
@@ -695,6 +687,10 @@ private void recoverTsFiles(List<TsFileResource> tsFiles, boolean isSeq) throws
         logger.warn(
             "Skip TsFile: {} because of error in recover: ", tsFileResource.getTsFilePath(), e);
         continue;
+      } finally {
+        if (writer == null) {

Review comment:
       resolve




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