xinyiZzz commented on code in PR #23659:
URL: https://github.com/apache/doris/pull/23659#discussion_r1310256081
##########
be/src/runtime/memory/cache_manager.cpp:
##########
@@ -43,7 +43,16 @@ int64_t
CacheManager::for_each_cache_prune_stale(RuntimeProfile* profile) {
int64_t CacheManager::for_each_cache_prune_all(RuntimeProfile* profile) {
return for_each_cache_prune_stale_wrap(
- [](CachePolicy* cache_policy) { cache_policy->prune_all(); },
profile);
+ [](CachePolicy* cache_policy) { cache_policy->prune_all(false); },
profile);
+}
+
+void CacheManager::clear_once(const std::string& name) {
Review Comment:
fix
--
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]