Zesong Sun created IOTDB-1137:
---------------------------------
Summary: MNode.getLeafCount error when existing sub-device
Key: IOTDB-1137
URL: https://issues.apache.org/jira/browse/IOTDB-1137
Project: Apache IoTDB
Issue Type: Bug
Reporter: Zesong Sun
Assignee: Zesong Sun
Fix For: 0.12.0
When existing sub-device, getLeafCount() may get wrong result.
For example:
We have 3 timeseries: root.a.b.c, root.a.b.c.d, root.a.b.c.d.e
The "leaf" count of root.a should be 3: c, d and e, which represents the number
of timeseries.
Besides, the function name is also ambiguous, which should be modified to
getMeasurementMNodeCount.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)