From 24ce37aae74199ebbcd4fbb69261c39e380bf0b2 Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 18 Sep 2024 05:49:04 +0000 Subject: [PATCH] ajust reuse_tx debug log abort time --- src/storage/tx/ob_tx_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage/tx/ob_tx_api.cpp b/src/storage/tx/ob_tx_api.cpp index b66146f763..df6f342840 100644 --- a/src/storage/tx/ob_tx_api.cpp +++ b/src/storage/tx/ob_tx_api.cpp @@ -220,8 +220,8 @@ int ObTransService::reuse_tx(ObTxDesc &tx, const uint64_t data_version) usleep(200); // 200us } #ifdef ENABLE_DEBUG_LOG - if (spin_cnt > 2015) { - // at least wait 30s + if (spin_cnt > 2300) { + // at least wait 600s ob_abort(); } #endif