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

This commit is contained in:
obdev
2024-02-09 13:26:48 +00:00
committed by ob-robot
parent 799861d678
commit 185b8bef61

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