Fixing memory-leak in table direct insert
This commit is contained in:
@ -120,8 +120,8 @@ int ObTableDirectInsertService::close_task(const uint64_t table_id,
|
||||
LOG_WARN("fail to finish direct load trans", KR(ret), K(trans_id));
|
||||
}
|
||||
} else {
|
||||
if (OB_FAIL(store.px_clean_up(trans_id))) {
|
||||
LOG_WARN("failed to do px clean up", KR(ret));
|
||||
if (OB_FAIL(store.px_abandon_trans(trans_id))) {
|
||||
LOG_WARN("fail to abandon direct load trans", KR(ret));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user