[master][tx-route] when act-on-temp dump txdesc and trace

This commit is contained in:
chinaxing
2023-04-13 07:11:42 +00:00
committed by ob-robot
parent 7e1194920a
commit 1d14c2ce7c
3 changed files with 17 additions and 0 deletions

View File

@ -56,6 +56,9 @@
TRANS_LOG(ERROR, "trans act on txn temporary node", KR(ret), \
K(session->get_txn_free_route_ctx()), \
K(session->get_tx_id()), KPC(session)); \
if (session->get_tx_desc()) { \
session->get_tx_desc()->dump_and_print_trace(); \
} \
}
namespace oceanbase