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/15 02:20:32 UTC

[GitHub] [iotdb] HTHou commented on a diff in pull request #7971: [IOTDB-4896] Fix error in closing a TsFileProcessor with an empty memtable

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


##########
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java:
##########
@@ -1270,7 +1273,7 @@ private void endFile() throws IOException, TsFileProcessorException {
     logger.info("Start to end file {}", tsFileResource);
     long closeStartTime = System.currentTimeMillis();
     writer.endFile();
-    tsFileResource.serialize();
+    // tsFileResource.serialize();

Review Comment:
   Why do you remove this?



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