This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46561-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 5d70ee54c70 branch-3.0: [regression-test](framework) fix bug when sql returns two column with same name #47087 (#47135) add 87023279e87 [fix](cloud) fix file cache potential leakage (#46561) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_storage_engine.cpp | 31 --- be/src/cloud/cloud_storage_engine.h | 1 - be/src/cloud/cloud_tablet_mgr.cpp | 4 +- be/src/common/config.cpp | 3 +- be/src/common/config.h | 4 +- be/src/io/cache/block_file_cache.cpp | 317 +++++++++++++---------------- be/src/io/cache/block_file_cache.h | 40 ++-- be/src/io/cache/file_block.cpp | 8 +- be/src/io/cache/file_block.h | 5 + be/src/olap/compaction.cpp | 2 +- be/test/io/cache/block_file_cache_test.cpp | 108 ++-------- 11 files changed, 196 insertions(+), 327 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org