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

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


    from 75b57f30d78 [fix](group commit) fix repaly wal check label status 
(#38883)
     add 0b834be8d55 [Fix](partial update) Persist partial_update_info in 
RocksDB in case of BE restart after a partial update has commited (#38331)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/partial_update_info.cpp                | 155 ++++++++++++++++++++
 be/src/olap/partial_update_info.h                  |  76 ++--------
 be/src/olap/rowset/rowset_meta_manager.cpp         |  94 +++++++++++++
 be/src/olap/rowset/rowset_meta_manager.h           |  21 +++
 be/src/olap/rowset_builder.cpp                     |   8 +-
 be/src/olap/storage_engine.cpp                     |  33 +++++
 be/src/olap/storage_engine.h                       |   2 +
 be/src/olap/txn_manager.cpp                        |  66 ++++++++-
 be/src/olap/txn_manager.h                          |  10 +-
 gensrc/proto/olap_file.proto                       |  15 ++
 .../unique_with_mow_p0/partial_update/data1.csv    |   2 +
 ...=> test_partial_update_conflict_be_restart.out} |  20 +--
 .../test_partial_update_conflict_be_restart.groovy | 156 +++++++++++++++++++++
 13 files changed, 572 insertions(+), 86 deletions(-)
 create mode 100644 be/src/olap/partial_update_info.cpp
 create mode 100644 
regression-test/data/unique_with_mow_p0/partial_update/data1.csv
 copy 
regression-test/data/unique_with_mow_p0/partial_update/{test_partial_update_delete_sign_with_conflict.out
 => test_partial_update_conflict_be_restart.out} (55%)
 create mode 100644 
regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_conflict_be_restart.groovy


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

Reply via email to