-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seata回滚失败,status自动改成1 #3277
Comments
第一点见官网Q&A第22点 第二点是什么表的status会变成1?如果这个表值的是undo_log的话,那这个是正常的。 |
status是我的业务表一个字段,不是seata的undo_log表,在回滚时会莫名改成1 |
遇到了同样的问题,说一下解决的方案。 |
感谢分享,问题按此方法得以解决! |
spring.datasource.url: jdbc:mysql://ip:port/xxx?useUnicode=true&characterEncoding=utf-8&tinyInt1isBit=false 我也遇到过,是这样解决的( |
@huan415 @ZaneGeng @178180793 现在已通过代码修复该BUG,PR:#6068 |
1、@GlobalTransactional和@transactional可以一起使用吗
2、mysql5.8使用seata回滚后,有个字段status回滚失败,会自动改成1,和奇怪
The text was updated successfully, but these errors were encountered: