This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3cf779fde47 [Chore](nereids) remove TableRef (#56661)
add 596cb9fac1a [feat](cloud): add file cache consistency check (#41280)
(#54295)
No new revisions were added by this update.
Summary of changes:
be/src/http/action/file_cache_action.cpp | 28 +++-
be/src/io/cache/block_file_cache.cpp | 81 +++++++++-
be/src/io/cache/block_file_cache.h | 5 +
be/src/io/cache/file_cache_common.cpp | 41 +++++-
be/src/io/cache/file_cache_common.h | 47 +++++-
be/src/io/cache/file_cache_storage.h | 7 +
be/src/io/cache/fs_file_cache_storage.cpp | 69 ++++++++-
be/src/io/cache/fs_file_cache_storage.h | 3 +
be/test/http/file_cache_action_test.cpp | 163 +++++++++++++++++++++
be/test/io/cache/block_file_cache_test.cpp | 147 +++++++++++++++++++
.../http/test_check_file_cache_consistency.groovy | 141 ++++++++++++++++++
11 files changed, 727 insertions(+), 5 deletions(-)
create mode 100644 be/test/http/file_cache_action_test.cpp
create mode 100644
regression-test/suites/cloud_p2/cache/http/test_check_file_cache_consistency.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]