xinyiZzz commented on code in PR #31122:
URL: https://github.com/apache/doris/pull/31122#discussion_r1495523094
##########
be/src/runtime/memory/lru_cache_policy.h:
##########
@@ -84,26 +76,24 @@ class LRUCachePolicy : public CachePolicy {
// Try to prune the cache if expired.
void prune_stale() override {
+ COUNTER_SET(_freed_entrys_counter, (int64_t)0);
Review Comment:
0L failed to compile on mac, let me try 0LL
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]