[master][tx-route] fix doule release tx

This commit is contained in:
chinaxing
2023-03-09 11:11:13 +00:00
committed by ob-robot
parent 5fa334e240
commit d8318ae4cf

View File

@ -240,6 +240,7 @@ int ObTransService::txn_free_route__handle_tx_exist_(const ObTransID &tx_id, ObT
} else if (OB_FAIL(release_tx(*tmp_tx))) {
TRANS_LOG(WARN, "release tx failed", K(ret), K(assoc_sess_id), K(tx_id));
} else {
tmp_tx = NULL;
int tmp_ret = tx_desc_mgr_.get(tx_id, tmp_tx);
if (OB_ENTRY_NOT_EXIST != tmp_ret) {
ret = OB_ERR_UNEXPECTED;