Re: [PR] [WIP] persist LRU POC [doris]

2025-03-25 Thread via GitHub
dataroaring commented on code in PR #49456: URL: https://github.com/apache/doris/pull/49456#discussion_r2011918850 ## be/src/io/cache/block_file_cache.cpp: ## @@ -1872,6 +1877,72 @@ void BlockFileCache::run_background_gc() { } } +void BlockFileCache::run_background_lru_d

Re: [PR] [WIP] persist LRU POC [doris]

2025-03-25 Thread via GitHub
dataroaring commented on code in PR #49456: URL: https://github.com/apache/doris/pull/49456#discussion_r2011920231 ## be/src/io/cache/block_file_cache.cpp: ## @@ -1872,6 +1877,72 @@ void BlockFileCache::run_background_gc() { } } +void BlockFileCache::run_background_lru_d

[PR] [WIP] persist LRU POC [doris]

2025-03-24 Thread via GitHub
freemandealer opened a new pull request, #49456: URL: https://github.com/apache/doris/pull/49456 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) -

Re: [PR] [WIP] persist LRU POC [doris]

2025-03-24 Thread via GitHub
Thearas commented on PR #49456: URL: https://github.com/apache/doris/pull/49456#issuecomment-2750259678 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y