[FEAT MERGE] support log cache for read optimazation

Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
obdev
2024-04-16 10:45:36 +00:00
committed by ob-robot
parent 5302738411
commit 49b1cfbe6b
51 changed files with 2472 additions and 172 deletions

View File

@ -149,7 +149,7 @@ void ObRecoveryLSService::do_work()
ret = OB_NOT_INIT;
LOG_WARN("not init", K(ret), K(inited_), KP(proxy_));
} else {
palf::PalfBufferIterator iterator;//can not use without palf_guard
palf::PalfBufferIterator iterator(SYS_LS.id(), palf::LogIOUser::RECOVERY);//can not use without palf_guard
int64_t idle_time_us = 100 * 1000L;
SCN start_scn;
last_report_ts_ = OB_INVALID_TIMESTAMP;