Yuan Tian created IOTDB-1068:
--------------------------------
Summary: Wrong calculation of timeseries metadata cache's size
Key: IOTDB-1068
URL: https://issues.apache.org/jira/browse/IOTDB-1068
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Reporter: Yuan Tian
Currently, we add the entry size each time we put it into cache map. However,
if the key already exists in cache, we will add the size again which will cause
the cache used size is higher than the actual size.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)