[BUG] remove unnecessary log

This commit is contained in:
Handora
2023-08-07 01:12:22 +00:00
committed by ob-robot
parent 0c76c61d10
commit 8f6117fd11
7 changed files with 9 additions and 28 deletions

View File

@ -327,10 +327,6 @@ int ObIMemtableMgr::add_memtable_(ObTableHandleV2 &memtable_handle)
} else {
tables_[idx]->inc_ref();
memtable_tail_++;
ObTaskController::get().allow_next_syslog();
// FIXME : delete lbt()
STORAGE_LOG(INFO, "succeed to add memtable", KP(this), K(get_memtable_count_()),
K(memtable_handle));
}
}
return ret;