yang

Results 1 comments of yang

{ "timestamp": 1577776289727, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.transaction.TransactionSystemException", "message": "JTA failure on commit; nested exception is javax.transaction.SystemException", "path": "/transfer" } 这是我用postman执行例子中的转账方法版本是0.4.17,在comfirm逻辑中手动抛了一个异常,最后postman中返回结果是这个, 我的疑惑点是在这种情况下,我是认为分布式事务执行成功了还是失败了呢,如果认为是失败了,bytetcc会通过重试机制调用我这个comfirm方法,这时又执行成功了