You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2020/04/27 06:48:00 UTC

[jira] [Created] (IOTDB-619) Stale LeafMNodes are not removed in tag inverted index map

Yuan Tian created IOTDB-619:
-------------------------------

             Summary: Stale LeafMNodes are not removed in tag inverted index map
                 Key: IOTDB-619
                 URL: https://issues.apache.org/jira/browse/IOTDB-619
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Engine
            Reporter: Yuan Tian
            Assignee: Yuan Tian


When I delete storage group, all the leafMNodes in that storage group should be removed from tag inverted index map and can never be queried out.

However, currently, even though I delete the storage group, I still use the following sql:

```

show timeseries where tag1=v1

```

to get result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)