delete spin lock in get_tablet_change_checkpoint_scn

This commit is contained in:
obdev 2023-07-14 07:12:19 +00:00 committed by ob-robot
parent b045a7d3a9
commit e1254dce55

View File

@ -185,7 +185,6 @@ int ObLSMeta::set_clog_checkpoint(const LSN &clog_checkpoint_lsn,
SCN ObLSMeta::get_tablet_change_checkpoint_scn() const
{
ObSpinLockTimeGuard guard(lock_);
return tablet_change_checkpoint_scn_;
}