failed to commit txn

Viewed 13

前面txn 6776666异常:
2024-10-30 19:12:28,367 WARN (thrift-server-pool-10|227) [FrontendServiceImpl.loadTxn2PC():1418] failed to commit txn 6776666: errCode = 2, detailMessage = unknown database, database=superset_test
后面该txn报异常:
2024-10-30 21:09:21,217 WARN (thrift-server-pool-10|238) [FrontendServiceImpl.loadTxn2PC():1418] failed to commit txn 6776666: errCode = 2, detailMessage = transaction [6776666] not found

1 Answers

一般读写无阻塞,可以手动abort一下观察 :
curl -X PUT --location-trusted -u user:passwd -H "txn_id:18037" -H "txn_operation:abort" http://fe_host:http_port/api/{db}/{table}/stream_load2pc
{
"status": "Success",
"msg": "transaction [18037] abort successfully."
}