This is an automated email from the ASF dual-hosted git repository.
zhangchen pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3304f62d57 [fix](multi-table-load) fix memory leak when processing
multi-table routine load (#21611)
new 30024bdef1 [enhancement](merge-on-write) split delete bitmap from
tablet meta (#21456)
new 41d1fb376c [fix](compile) fix be compile error (#21765)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/olap/compaction.cpp | 11 ++++
be/src/olap/data_dir.cpp | 42 +++++++++++++++
be/src/olap/olap_meta.cpp | 22 ++++++++
be/src/olap/olap_meta.h | 7 ++-
be/src/olap/storage_engine.cpp | 30 +++++++++++
be/src/olap/storage_engine.h | 2 +
be/src/olap/tablet.cpp | 6 +++
be/src/olap/tablet_meta_manager.cpp | 90 +++++++++++++++++++++++++++++++
be/src/olap/tablet_meta_manager.h | 16 ++++++
be/src/olap/txn_manager.cpp | 6 ++-
be/test/olap/tablet_meta_manager_test.cpp | 71 ++++++++++++++++++++++++
11 files changed, 300 insertions(+), 3 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]