apache / incubator-seata-samples

Apache Seata(incubating) Samples for Java
https://seata.apache.org/
Apache License 2.0
2.27k stars 1.91k forks source link

我使用saga模式时。出现了点问题想问一下 #657

Open fengshaokun opened 5 months ago

fengshaokun commented 5 months ago

Assert.isTrue(ExecutionStatus.SU.equals(inst.getStatus()),

inst.getSttus 一直是 RU状态,我不知道是什么原因导致了 事务一直在运行中 使用的 是spring-seata-saga项目

ptyin commented 5 months ago

Where do you add the line, or could you provide related code?