do not calc_tablet_attr when the addrs of tablets persistence-equivalent

This commit is contained in:
obdev
2024-02-07 05:47:25 +00:00
committed by ob-robot
parent 64ef6b4c68
commit fe7ee1531c
2 changed files with 9 additions and 5 deletions

View File

@ -2242,8 +2242,6 @@ int ObLSTabletService::create_memtable(
ObTabletHandle old_tablet_handle;
const ObTabletMapKey key(ls_->get_ls_id(), tablet_id);
ObTabletHandle new_tablet_handle;
ObTabletMemberWrapper<ObTabletTableStore> table_store;
ObTabletMemberWrapper<share::ObTabletAutoincSeq> autoinc_seq;
ObTimeGuard time_guard("ObLSTabletService::create_memtable", 10_ms);
if (OB_UNLIKELY(!is_inited_)) {