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

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8e3b4e99d98 [improve](move-memtable) add switch for stream load in 
fe.conf (#27440)
     add b457856bd24 [chore](be) remove bthread scanner related codes (#27417)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |  14 +--
 be/src/exprs/runtime_filter.cpp                    |  10 ---
 be/src/exprs/runtime_filter.h                      |   9 +-
 be/src/io/cache/block/block_file_cache.h           |   3 +-
 be/src/io/cache/block/block_lru_file_cache.cpp     |   2 +-
 be/src/io/cache/block/block_lru_file_cache.h       |   2 +-
 be/src/io/fs/file_reader.cpp                       |  10 ---
 be/src/io/fs/local_file_reader.cpp                 |  13 +--
 be/src/olap/lru_cache.h                            |   3 +-
 be/src/olap/rowset/rowset.h                        |   3 +-
 .../inverted_index_compound_directory.cpp          |  14 +--
 .../segment_v2/inverted_index_compound_directory.h |   7 +-
 be/src/olap/storage_policy.cpp                     |   8 +-
 be/src/olap/wal_writer.h                           |   7 +-
 be/src/pipeline/exec/scan_operator.h               |   2 +-
 be/src/pipeline/pipeline_task.cpp                  |   2 +-
 be/src/runtime/group_commit_mgr.cpp                |  14 +--
 be/src/runtime/group_commit_mgr.h                  |  15 ++--
 be/src/runtime/load_stream.cpp                     |   2 +
 be/src/runtime/plan_fragment_executor.cpp          |   2 +-
 be/src/service/internal_service.cpp                |   4 +-
 be/src/util/async_io.h                             |   4 +-
 be/src/util/blocking_priority_queue.hpp            |  27 +-----
 be/src/util/lock.h                                 | 100 ---------------------
 be/src/util/once.h                                 |  18 ++--
 be/src/util/work_thread_pool.hpp                   |   5 +-
 be/src/vec/core/future_block.h                     |   8 +-
 be/src/vec/exec/runtime_filter_consumer.h          |   2 +-
 be/src/vec/exec/scan/scanner_context.h             |   9 +-
 be/src/vec/exec/scan/scanner_scheduler.cpp         |  43 ---------
 be/src/vec/exec/scan/vscan_node.h                  |   3 +-
 be/src/vec/sink/group_commit_block_sink.cpp        |   2 +-
 be/src/vec/sink/load_stream_stub.h                 |   2 +
 be/src/vec/sink/writer/vwal_writer.cpp             |   2 +-
 34 files changed, 74 insertions(+), 297 deletions(-)
 delete mode 100644 be/src/util/lock.h


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

Reply via email to