This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch auto-pick-61083-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from e6fa9979147 branch-4.0: [enhance](load) only set brokerLoadBatchSize 
when enableMemtableOnSinkNode is true (#63801)
     add b84c2cb2603 [fix](filecache) add async lru update machanism and fix 
partial hit in cache reader (#61083)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   3 +-
 be/src/common/config.h                             |   1 +
 be/src/io/cache/block_file_cache.cpp               |  27 +-
 be/src/io/cache/block_file_cache.h                 |   3 +
 be/src/io/cache/cached_remote_file_reader.cpp      |   6 +-
 .../io/cache/block_file_cache_test_lru_dump.cpp    | 107 +++++
 .../cached_remote_file_reader_lock_wait_test.cpp   | 444 +++++++++++++++++++++
 .../io/cache/cached_remote_file_reader_test.cpp    | 125 ++++++
 8 files changed, 707 insertions(+), 9 deletions(-)
 create mode 100644 
be/test/io/cache/cached_remote_file_reader_lock_wait_test.cpp
 create mode 100644 be/test/io/cache/cached_remote_file_reader_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to