From 1efda3b84b5d88aa976c74e0a4f468fa79eca6ef Mon Sep 17 00:00:00 2001 From: obdev Date: Tue, 29 Oct 2024 03:14:50 +0000 Subject: [PATCH] fix transfer move tx on_replay use mds on_redo replace register_succ --- src/storage/tablet/ob_tablet_transfer_tx_ctx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/tablet/ob_tablet_transfer_tx_ctx.cpp b/src/storage/tablet/ob_tablet_transfer_tx_ctx.cpp index e6cedf1d6f..dd7d56b986 100644 --- a/src/storage/tablet/ob_tablet_transfer_tx_ctx.cpp +++ b/src/storage/tablet/ob_tablet_transfer_tx_ctx.cpp @@ -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_))) {