fix restart issue

This commit is contained in:
obdev
2023-12-15 06:42:49 +00:00
committed by ant-ob-hengtang
parent d327f8f4ff
commit 5cf76c790b

View File

@ -479,7 +479,7 @@ int ObTenantCheckpointSlogHandler::replay_new_checkpoint(const ObTenantSuperBloc
std::placeholders::_1,
std::placeholders::_2,
std::placeholders::_3,
tablet_block_list);
std::ref(tablet_block_list));
if (OB_FAIL(ls_ckpt_reader.iter_read_meta_item(
super_block.ls_meta_entry_, replay_ls_op, ls_block_list))) {