JustFreedom opened a new issue, #6371: URL: https://github.com/apache/incubator-seata/issues/6371
io.seata.server.coordinator.DefaultCore#doGlobalRollback中的 globalSession.getSortedBranches()需要修复成globalSession.getReverseSortedBranches();([这个已经在2.x中修复](https://github.com/apache/incubator-seata/issues/6120)) 我计划自己修复后,自己重新打镜像。 [[由于2.0.0中没有修复这个bug,我自己2.0.0的源码,修改这样代码。使用教程中的命令](https://github.com/apache/incubator-seata/blob/v2.0.0/distribution/Dockerfile)打包,打出来的镜像与从镜像仓库拉下来的差别较大。 1. mvn -Prelease-seata -Dmaven.test.skip=true clean install -U 2. cd distribution/target/seata-server-2.0.0/seata/ 3. docker build --no-cache --build-arg SEATA_VERSION=2.0.0 -t seata-server:2.0.0 . 问题: 1、是我使用的打包的命令不对么? 2、有其他办法在2.0.0中fix这个bug么? <img width="1252" alt="image" src="https://github.com/apache/incubator-seata/assets/9329490/fee22580-5413-4b6e-99e7-c09547f60984"> <img width="1038" alt="image" src="https://github.com/apache/incubator-seata/assets/9329490/68aaa0bb-2de9-43bb-be12-8b82a515389c"> -- 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