bug fix for free-route keep-alive with xa trx

This commit is contained in:
felix-w15
2024-03-04 08:14:58 +00:00
committed by ob-robot
parent 7dcbcffb99
commit c6e5d0a116
3 changed files with 9 additions and 2 deletions

View File

@ -595,7 +595,7 @@ int ObTableScanIterator::check_txn_status_if_read_uncommitted_()
// The txn has been killed during normal processing. So we return
// OB_TRANS_KILLED to prompt this abnormal state.
ret = OB_TRANS_KILLED;
STORAGE_LOG(WARN, "txn has terminated", K(ret), "tx_id", acc_ctx.tx_id_);
STORAGE_LOG(WARN, "txn has terminated", K(ret), "tx_id", acc_ctx.snapshot_.tx_id_);
}
}
}