[CP] Temporary fix for submitting readable dup tablet log every 30 seconds

This commit is contained in:
KyrielightWei
2024-01-17 05:17:25 +00:00
committed by ob-robot
parent 758de69c70
commit cf5ea1c99b

View File

@ -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",