pjc516113732 commented on issue #7068: URL: https://github.com/apache/incubator-seata/issues/7068#issuecomment-2558842474
> 估计是被脏写了,file和raft模式只能重启解决,db redis之类的可以改库里的状态 It is estimated that it was dirty. The file and raft modes can only be restarted to solve the problem. Db redis and the like can change the state of the library. ``` 2024-12-23 08:44:24.291 [empty#0 on NoUser] [rpcDispatch_RMROLE_1_3_4] INFO io.seata.rm.datasource.DataSourceManager:43 - branchRollback failed. branchType:[AT], xid:[10.178.163.76:8091:6810041594698037397], branchId:[6810041594698037398], resourceId:[jdbc:mysql://192.xxx.xx.xxx:3306/srm_sit], applicationData:[null]. reason:[Branch session rollback failed because of dirty undo log, please delete the relevant undolog after manually calibrating the data. xid = 10.178.163.76:8091:6810041594698037397 branchId = 6810041594698037398] ``` RM找到这个错误,可有什么方式能解决这个BUG?升级seata版本? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
