Merge branch issue/45639702 into master
This commit is contained in:
@ -64,7 +64,6 @@ int ObInterruptUtil::broadcast_dfo(ObDfo *dfo, int code)
|
|||||||
// 暂存上次的 id,inc_seqnum 将修改 px_interrupt_id_
|
// 暂存上次的 id,inc_seqnum 将修改 px_interrupt_id_
|
||||||
ObInterruptibleTaskID interrupt_id = dfo->get_interrupt_id().px_interrupt_id_;
|
ObInterruptibleTaskID interrupt_id = dfo->get_interrupt_id().px_interrupt_id_;
|
||||||
for (int64_t j = 0; j < sqcs.count(); ++j) {
|
for (int64_t j = 0; j < sqcs.count(); ++j) {
|
||||||
if (sqcs.at(j)->need_report()) {
|
|
||||||
const ObAddr &addr = sqcs.at(j)->get_exec_addr();
|
const ObAddr &addr = sqcs.at(j)->get_exec_addr();
|
||||||
if(OB_SUCCESS != (tmp_ret = manager->interrupt(addr, interrupt_id, int_code))) {
|
if(OB_SUCCESS != (tmp_ret = manager->interrupt(addr, interrupt_id, int_code))) {
|
||||||
ret = tmp_ret;
|
ret = tmp_ret;
|
||||||
@ -76,7 +75,6 @@ int ObInterruptUtil::broadcast_dfo(ObDfo *dfo, int code)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user