alloc fix: glibc malloc Memory Splitting to Tenants

This commit is contained in:
obdev
2023-06-09 06:18:15 +00:00
committed by ob-robot
parent d336a8eee7
commit 789e3d8e21
5 changed files with 12 additions and 9 deletions

View File

@ -592,6 +592,7 @@ void ObServer::destroy()
sql_engine_.destroy();
FLOG_INFO("sql engine destroyed");
FLOG_INFO("begin to destroy pl engine");
pl_engine_.destory();
FLOG_INFO("pl engine destroyed");
@ -2298,6 +2299,7 @@ int ObServer::init_sql()
}
}
if (OB_SUCC(ret)) {
LOG_INFO("init sql done");
} else {