[FEAT MERGE] impl skip tablet
This commit is contained in:
@ -115,7 +115,7 @@ int ObAllVirtualTableMgr::get_next_tablet()
|
||||
if (nullptr == tablet_iter_) {
|
||||
tablet_allocator_.set_tenant_id(MTL_ID());
|
||||
ObTenantMetaMemMgr *t3m = MTL(ObTenantMetaMemMgr*);
|
||||
if (OB_ISNULL(tablet_iter_ = new (iter_buf_) ObTenantTabletIterator(*t3m, tablet_allocator_))) {
|
||||
if (OB_ISNULL(tablet_iter_ = new (iter_buf_) ObTenantTabletIterator(*t3m, tablet_allocator_, nullptr/*no op*/))) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
SERVER_LOG(WARN, "fail to new tablet_iter_", K(ret));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user