asdf112255 opened a new issue, #28721:
URL: https://github.com/apache/shardingsphere/issues/28721
## Question
i use shading-proxy +seate with springboot app,
query data is right,
when i update database (insert/update/delete) i got exception below:
### Error updating database. Cause: java.sql.SQLException: Internal error:
io.seata.core.exception.RmTransactionException: branch register failed, xid:
172.28.201.95:30095:455454713603026944, errMsg: TransactionException[branch
register request failed. xid=172.28.201.95:30095:455454713603026944,
msg=Internal error: io.seata.core.exception.RmTransactionException: branch
register failed, xid: 172.28.201.95:30095:455454714349613056, errMsg:
TransactionException[Could not found global transaction xid =
172.28.201.95:30095:455454714349613056, may be has finished.] ] ### The error
may exist in jnpf/engine/mapper/FlowTaskMapper.java (best guess) ### The error
may involve defaultParameterMap ### The error occurred while setting parameters
### SQL: DELETE FROM flow_task WHERE (F_ID IN (?)) ### Cause:
java.sql.SQLException: Internal error:
io.seata.core.exception.RmTransactionException: branch register failed, xid:
172.28.201.95:30095:455454713603026944, errMsg: TransactionException[branch
register request failed. xid=172.28.201.95:30095:455454713603026944,
msg=Internal error: io.seata.core.exception.RmTransactionException: branch
register failed, xid: 172.28.201.95:30095:455454714349613056, errMsg:
TransactionException[Could not found global transaction xid =
172.28.201.95:30095:455454714349613056, may be has finished.] ] ; uncategorized
SQLException; SQL state [HY000]; error code [1815]; Internal error:
io.seata.core.exception.RmTransactionException: branch register failed, xid:
172.28.201.95:30095:455454713603026944, errMsg: TransactionException[branch
register request failed. xid=172.28.201.95:30095:455454713603026944,
msg=Internal error: io.seata.core.exception.RmTransactionException: branch
register failed, xid: 172.28.201.95:30095:455454714349613056, errMsg:
TransactionException[Could not found global transaction xid =
172.28.201.95:30095:455454714349613056, may be has finished.] ] ; nested
exception is java.sql.SQLException: Internal error: io.seata.core.excep
tion.RmTransactionException: branch register failed, xid:
172.28.201.95:30095:455454713603026944, errMsg: TransactionException[branch
register request failed. xid=172.28.201.95:30095:455454713603026944,
msg=Internal error: io.seata.core.exception.RmTransactionException: branch
register failed, xid: 172.28.201.95:30095:455454714349613056, errMsg:
TransactionException[Could not found global transaction xid =
172.28.201.95:30095:455454714349613056, may be has finished.] ]
do i need any another configuration?
shardingsphere server.conf:
transaction:
defaultType: BASE
providerType: Seata
seata.conf:
client {
application.id = risk
transaction.service.group = my_test_tx_group
}
any suggestion is appreciate!:)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]