[FEAT MERGE] incremental direct load phase I

Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
This commit is contained in:
coolfishchen
2024-04-22 09:23:47 +00:00
committed by ob-robot
parent 4d7b31b518
commit 9de65fb1d7
278 changed files with 13417 additions and 6679 deletions

View File

@ -92,7 +92,7 @@ using namespace logfetcher;
LSFetchCtx *ls_fetch_ctx = NULL; \
ObLogFetcherStartParameters start_paras; \
start_paras.reset(start_ts_ns, start_lsn); \
EXPECT_EQ(OB_SUCCESS, ls_fetch_mgr.add_ls(tls_id, start_paras, false, \
EXPECT_EQ(OB_SUCCESS, ls_fetch_mgr.add_ls(tls_id, start_paras, false, false, \
ClientFetchingMode::FETCHING_MODE_INTEGRATED, "|")); \
EXPECT_EQ(OB_SUCCESS, ls_fetch_mgr.get_ls_fetch_ctx(tls_id, ls_fetch_ctx)); \
ObTxLogGenerator log_generator(tenant_id, ls_id, tx_id, cluster_id);