samperson1997 opened a new pull request #2602: URL: https://github.com/apache/iotdb/pull/2602
When existing [sub-device](https://issues.apache.org/jira/browse/IOTDB-750), `MManager.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 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. For queries about this service, please contact Infrastructure at: [email protected]
