xinyiZzz commented on a change in pull request #5908:
URL: https://github.com/apache/incubator-doris/pull/5908#discussion_r639646492



##########
File path: be/src/olap/lru_cache.h
##########
@@ -300,6 +300,7 @@ class LRUCache {
     Cache::Handle* lookup(const CacheKey& key, uint32_t hash);
     void release(Cache::Handle* handle);
     void erase(const CacheKey& key, uint32_t hash);
+    void prune_one(LRUHandle* old);

Review comment:
       Ok, pay attention later




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to