[Fix] check data completement task before execute inner sql and kill session when task is cancel

This commit is contained in:
obdev
2022-11-28 06:05:54 +00:00
committed by ob-robot
parent d874825952
commit 038db1917d
39 changed files with 1472 additions and 200 deletions

View File

@ -99,6 +99,7 @@ int VirtualSvrPair::get_part_and_tablet_id_by_server(const ObAddr &addr,
if (!tablet_id.is_valid()) {
LOG_DEBUG("virtual table partition not exists", K(ret), K(addr));
}
return ret;
}