fix create memtable during replay corner case

This commit is contained in:
Handora
2024-08-26 06:39:16 +00:00
committed by ob-robot
parent ae6a932613
commit 56af8cfa43
10 changed files with 127 additions and 96 deletions

View File

@ -109,7 +109,7 @@ int ObLSTabletService::insert_tablet_rows(
return ret;
}
int ObStorageTableGuard::refresh_and_protect_table(ObRelativeTable &relative_table)
int ObStorageTableGuard::refresh_and_protect_memtable_for_write(ObRelativeTable &relative_table)
{
int ret = OB_SUCCESS;
ObTabletTableIterator &iter = relative_table.tablet_iter_;