This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 787779e09a8 [Fix](group commit) Fix group commit wal back pressure case (#37569) add 2750e92a79d [enhancement](cloud) support TTL file cache evict through LRU (#37312) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 3 + be/src/common/config.h | 3 + be/src/io/cache/block_file_cache.cpp | 275 +++++++++-------- be/src/io/cache/block_file_cache.h | 13 + be/src/io/cache/cached_remote_file_reader.cpp | 5 + be/test/io/cache/block_file_cache_test.cpp | 131 ++++++++ .../cloud_p0/cache/ttl/test_ttl_lru_evict.groovy | 340 +++++++++++++++++++++ 7 files changed, 640 insertions(+), 130 deletions(-) create mode 100644 regression-test/suites/cloud_p0/cache/ttl/test_ttl_lru_evict.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org