JunChen00 opened a new pull request #2689: URL: https://github.com/apache/iotdb/pull/2689
Fixes the issue [#2688](https://github.com/apache/iotdb/issues/2688) **Describe the bug** LRULinkedHashMap.java. LinkedHashMap is used incorrectly. To make LinkedHashMap an LRU cache, a true boolean should be provided for the param accessOrder of the constructor. ---------------------------------------------------------------- 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]
