JackieTien97 opened a new pull request #2316: URL: https://github.com/apache/iotdb/pull/2316
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. Also, in this PR, I improve the process of deserializing time series metadata cache from disk. ---------------------------------------------------------------- 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]
