-
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
seata1.3 事物回滚了一半 #4006
Comments
因为tinyint,的问题,转换成boolean值了,然后回滚就只有0,1,没有-1了 |
数据库url后面加上&tinyInt1isBit=false |
好的好的,谢谢 |
@xieshenace @huan415 现在已通过代码修复该BUG,PR:#6068 |
This was referenced Nov 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ⅰ. Issue Description
在主方法上加了@GlobalTransactional,然后有个更新时间,随后,调了另外一个service层的方法,该sevice层openFeign了另外一个服务的接口,该接口抛出了异常,被该service层,捕获到,然后抛出了异常,servcie层的更新都回滚了,但是主方法的updade却没有回滚
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:

Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: