You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/11/03 15:52:31 UTC

[iotdb] branch remove_useless_line created (now 8f5b095)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch remove_useless_line
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 8f5b095  remove useless line

This branch includes the following new commits:

     new 8f5b095  remove useless line

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: remove useless line

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch remove_useless_line
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 8f5b09528516a46f670c1acd8bb0cfbab5de28e9
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue Nov 3 23:51:43 2020 +0800

    remove useless line
---
 .../java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java
index 6af591b..b74a42e 100644
--- a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java
+++ b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/TsFileProcessor.java
@@ -679,7 +679,6 @@ public class TsFileProcessor {
         // report to System
         SystemInfo.getInstance().resetStorageGroupStatus(storageGroupInfo);
       }
-      memTable = null;
       if (logger.isDebugEnabled()) {
         logger.debug("{}: {} flush finished, remove a memtable from flushing list, "
                 + "flushing memtable list size: {}", storageGroupName,