使用seata1.8 遇到事务不回滚问题,请求下

6tr1vspr  于 22天前  发布在  其他
关注(0)|答案(1)|浏览(26)
  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

我在A模块使用seata事务,向B模块插入数据,在B模块执行完后,A模块发生异常,B模块已经插入的数据不发生回滚

Ⅱ. Describe what happened

If there is an exception, please attach the exception trace:

Just paste your stack trace here!

seata的日志

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx

Minimal yet complete reproducer code (or URL to code):

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version(e.g. java -version ): jdk11
  • Seata client/server version: 1.8.0/1.8.0
  • Database version: mysql5.7
  • OS(e.g. uname -a ):
  • Others:
vcirk6k6

vcirk6k61#

https://seata.apache.org/zh-cn/docs/next/overview/faq/#42

相关问题