This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45678-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from e3cae82df99 branch-3.0: [enhancement](tablet-meta) Avoid be coredump due to potential race condition when updating tablet cumu point #45643 (#45785) add 0ab0906144f [enhancement](cloud) add profile counter for file cache (#45678) No new revisions were added by this update. Summary of changes: be/src/io/cache/block_file_cache.cpp | 20 +++- be/src/io/cache/block_file_cache_profile.h | 17 +++ be/src/io/cache/cached_remote_file_reader.cpp | 11 ++ be/src/io/cache/cached_remote_file_reader.h | 9 -- be/src/io/cache/file_cache_common.cpp | 2 + be/src/io/cache/file_cache_common.h | 16 +++ be/src/io/io_common.h | 5 + be/test/io/cache/block_file_cache_test.cpp | 146 ++++++++++++++++++++++++++ 8 files changed, 214 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org