xinyiZzz commented on code in PR #31122:
URL: https://github.com/apache/doris/pull/31122#discussion_r1495750530
##########
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:
warning: Call to member function 'set' is ambiguous
virtual void set(int64_t value)
virtual void set(double value)
--
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]