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)