How do I debug a transaction failure? I am using t...
# questions-and-troubleshooting
c
How do I debug a transaction failure? I am using the Rust crate Sqlx to begin a transaction and somehow StarRocks didn't return a proper packet and hence invalid Status 1. Packet 0 https://github.com/launchbadge/sqlx/blob/main/sqlx-mysql/src/connection/executor.rs#L188 2. No status matched https://github.com/launchbadge/sqlx/blob/main/sqlx-mysql/src/protocol/response/status.rs#L5 How do I found out the actual cause from StarRocks?
c
Thanks, let me try