Handling the core issue caused by multiple calls to the destroy method of IntermResultManager.

This commit is contained in:
obdev
2023-11-23 06:41:09 +00:00
committed by ob-robot
parent 788acb1f3e
commit 2ef623439c

View File

@ -160,6 +160,8 @@ void ObDTLIntermResultManager::destroy()
if (IS_INIT) {
erase_tenant_interm_result_info();
map_.destroy();
// Used to handle scenarios where destroy is called multiple times.
is_inited_ = false;
}
}