From dce95d4e1ab4e69e31ad3d8a9fa9c06daee07690 Mon Sep 17 00:00:00 2001 From: obdev Date: Sat, 10 Feb 2024 09:52:54 +0000 Subject: [PATCH] Repair case 2004_start_wait_relay_to_start_scn_trans_timeout_switch_leader location cache renew inner_table_scan timeout --- src/storage/high_availability/ob_transfer_handler.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/storage/high_availability/ob_transfer_handler.cpp b/src/storage/high_availability/ob_transfer_handler.cpp index 2428558689..45e8a40435 100644 --- a/src/storage/high_availability/ob_transfer_handler.cpp +++ b/src/storage/high_availability/ob_transfer_handler.cpp @@ -1492,7 +1492,9 @@ int ObTransferHandler::wait_src_ls_replay_to_start_scn_( } else { LOG_INFO("[TRANSFER_BLOCK_TX] wait src ls repaly to start scn", "cost", ObTimeUtil::current_time() - start_ts); } - +#ifdef ERRSIM + SERVER_EVENT_SYNC_ADD("errsim_transfer", "DEBUG_SYNC_WAIT_REPLAY_TO_START_SCN"); +#endif DEBUG_SYNC(AFTER_START_TRANSFER_WAIT_REPLAY_TO_START_SCN); #ifdef ERRSIM if (OB_SUCC(ret)) {