[CP] Fix start transfer in is not pre barrier in redo stage bug.

This commit is contained in:
godyangfight
2024-03-18 07:25:48 +00:00
committed by ob-robot
parent 39b3e8c51d
commit 86dfba9c3b
3 changed files with 191 additions and 1 deletions

View File

@ -39,7 +39,8 @@ ObTxLogTypeChecker::need_replay_barrier(const ObTxLogType log_type,
|| data_source_type == ObTxDataSourceType::UNBIND_TABLET_NEW_MDS
|| data_source_type == ObTxDataSourceType::START_TRANSFER_OUT
|| data_source_type == ObTxDataSourceType::START_TRANSFER_OUT_PREPARE
|| data_source_type == ObTxDataSourceType::FINISH_TRANSFER_OUT) {
|| data_source_type == ObTxDataSourceType::FINISH_TRANSFER_OUT
|| data_source_type == ObTxDataSourceType::START_TRANSFER_IN) {
barrier_flag = logservice::ObReplayBarrierType::PRE_BARRIER;