This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 7e94cc80e51 [fix](array_apply) array_apply replace logFatal with throw exception (#39902) new 5c5b577c04c [fix](replay) fix replay ReplicaPersistInfo no update lastFailedVersion and lastSuccVersion (#39918) new d734e438727 [Fix](tablet-meta) limit the data size of tablet meta (#39455) 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/common/config.cpp | 7 ++ be/src/common/config.h | 2 + be/src/olap/push_handler.cpp | 11 +++ be/src/olap/rowset_builder.cpp | 10 +++ be/src/olap/schema_change.cpp | 2 +- be/src/olap/tablet.h | 11 +++ be/src/olap/tablet_meta.cpp | 21 ++++++ be/src/olap/tablet_meta.h | 9 +++ .../apache/doris/datasource/InternalCatalog.java | 3 +- .../clone_p0/test_clone_no_missing_version.groovy | 78 ++++++++++++++++++++++ 10 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 regression-test/suites/clone_p0/test_clone_no_missing_version.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org