fixde memory leak after remove tenant on arbserver.

This commit is contained in:
HaHaJeff
2023-02-07 16:52:48 +08:00
committed by ob-robot
parent a06c0fb826
commit a8767462ad
14 changed files with 37 additions and 25 deletions

View File

@ -1467,8 +1467,6 @@ int ObServer::init_config()
// update gctx_.startup_mode_
if (FAILEDx(parse_mode())) {
LOG_ERROR("parse_mode failed", KR(ret));
} else if (is_arbitration_mode()) {
ObMallocAllocator::get_instance()->make_allocator_create_on_demand();
}
config_.print();