This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 4a38f2d [fix](transaction) Fix committed transaction couldn't be
finished when table is dropped (#8423)
add c86d469 [Refactor](storage_engine) Use std::shared_mutex to replace
RWMutex (#8387)
No new revisions were added by this update.
Summary of changes:
be/src/agent/task_worker_pool.cpp | 2 +-
be/src/agent/topic_subscriber.cpp | 6 +-
be/src/exec/olap_scanner.cpp | 2 +-
be/src/olap/compaction.cpp | 4 +-
be/src/olap/data_dir.cpp | 6 +-
be/src/olap/data_dir.h | 3 +-
be/src/olap/delta_writer.cpp | 4 +-
be/src/olap/push_handler.cpp | 16 +-
be/src/olap/reader.cpp | 12 +-
be/src/olap/schema_change.cpp | 214 ++++++++++-----------
be/src/olap/snapshot_manager.cpp | 4 +-
be/src/olap/storage_engine.cpp | 18 +-
be/src/olap/tablet.cpp | 44 ++---
be/src/olap/tablet.h | 17 +-
be/src/olap/tablet_manager.cpp | 101 +++++-----
be/src/olap/tablet_manager.h | 16 +-
be/src/olap/tablet_meta.cpp | 4 +-
be/src/olap/tablet_meta.h | 3 +-
be/src/olap/task/engine_checksum_task.cpp | 2 +-
be/src/olap/task/engine_clone_task.cpp | 160 ++++++++-------
be/src/olap/task/engine_storage_migration_task.cpp | 45 ++---
be/src/olap/txn_manager.cpp | 30 +--
be/src/olap/txn_manager.h | 6 +-
be/src/util/mutex.cpp | 63 ------
be/src/util/mutex.h | 96 +--------
be/src/util/thread_group.h | 16 +-
26 files changed, 367 insertions(+), 527 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]