This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4ac93192aef branch-3.0: [Fix](case) fix auto&dynamic partition case
#54632 (#54712)
add 2a23e4f181e branch-3.0: [opt](filecache) Let base compaction output
rowsets write filecache when cache size is enough (#53801) (#54693)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 6 +
be/src/common/config.h | 1 +
be/src/io/cache/block_file_cache.h | 6 +
be/src/io/fs/broker_file_writer.h | 1 -
be/src/io/fs/file_writer.h | 37 +++-
be/src/io/fs/hdfs_file_writer.cpp | 8 +-
be/src/io/fs/hdfs_file_writer.h | 6 -
be/src/io/fs/local_file_writer.h | 3 -
be/src/io/fs/s3_file_writer.cpp | 9 +-
be/src/io/fs/s3_file_writer.h | 6 -
be/src/io/fs/stream_sink_file_writer.h | 3 -
be/src/olap/compaction.cpp | 2 +
be/src/olap/rowset/rowset_writer_context.h | 6 +-
be/test/olap/tablet_cooldown_test.cpp | 2 -
.../test_filecache_with_base_compaction.groovy | 195 +++++++++++++++++++++
15 files changed, 252 insertions(+), 39 deletions(-)
create mode 100644
regression-test/suites/compaction/test_filecache_with_base_compaction.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]