From cf5ea1c99b9767416cb7ebf3ad8a0444dc48520e Mon Sep 17 00:00:00 2001 From: KyrielightWei Date: Wed, 17 Jan 2024 05:17:25 +0000 Subject: [PATCH] [CP] Temporary fix for submitting readable dup tablet log every 30 seconds --- src/storage/tx/ob_dup_table_tablets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/tx/ob_dup_table_tablets.cpp b/src/storage/tx/ob_dup_table_tablets.cpp index 76d7b85d36..4bf863c7e7 100644 --- a/src/storage/tx/ob_dup_table_tablets.cpp +++ b/src/storage/tx/ob_dup_table_tablets.cpp @@ -1233,7 +1233,7 @@ int ObLSDupTabletsMgr::prepare_serialize(int64_t &max_ser_size, if (OB_SUCC(ret) && ObTimeUtility::fast_current_time() - ATOMIC_LOAD(&last_readable_sync_succ_time_) - <= 30 * 60 * 1000 * 1000) { + <= 30 * 1000 * 1000) { ret = OB_LOG_TOO_LARGE; DUP_TABLE_LOG(DEBUG, "Too many readable tablets log entry. Stop serializing readable tablet log",