[BUG] ignore 4377 when participants die

This commit is contained in:
Handora
2023-08-03 02:42:36 +00:00
committed by ob-robot
parent 0561a3c7aa
commit f9b9ce2307
14 changed files with 293 additions and 2 deletions

View File

@ -162,6 +162,11 @@ public:
OZ(result.deserialize(resp.ptr(), resp.length(), pos));
return ret;
}
int ask_tx_state_for_4377(const ObAskTxStateFor4377Msg &msg,
ObAskTxStateFor4377RespMsg &resp)
{
return OB_SUCCESS;
}
template<class MSG_RESULT_T>
int send_msg_callback(const ObAddr &recv,
const ObTxMsg &msg,