920581171 opened a new issue, #7126: URL: https://github.com/apache/incubator-seata/issues/7126
client 版本 2.2.0,seata server 2.3.0 seata xa 模式 server 2.2.0 版本正常,2.3.0 出现 branchType=SAGA_ANNOTATION 的情况,分支事务没有提交 seata server 2.2.0:  seate server 2.3.0:  相关脚本: docker run -p 8091:8091 -p 7091:7091 --name=seata-server --restart=always -d apache/seata-server:2.3.0.jdk21 docker run -p 8091:8091 -p 7091:7091 --name=seata-server-2 --restart=always -d apache/seata-server:2.2.0 docker run --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=db1 -e MYSQL_DATABASE=db2 mysql:latest docker run --name=mysql2 -p 3307:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=db2 -e MYSQL_DATABASE=db2 mysql:latest demo:https://github.com/920581171/seata-report-demo.git -- 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: notifications-unsubscr...@seata.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org