fix transfer move tx on_replay use mds on_redo replace register_succ

This commit is contained in:
obdev 2024-10-29 03:14:50 +00:00 committed by ob-robot
parent 870f539145
commit 1efda3b84b

View File

@ -450,7 +450,7 @@ int ObStartTransferMoveTxHelper::on_replay(const char* buf, const int64_t len, c
collect_tx_info.transfer_epoch_,
collect_tx_info.transfer_scn_,
scn,
transaction::NotifyType::REGISTER_SUCC,
transaction::NotifyType::ON_REDO,
true,
transfer_move_tx_ctx.is_incomplete_replay());
if (OB_FAIL(ls->move_tx_op(move_tx_param, collect_tx_info.args_))) {