GitHub user funky-eyes added a comment to the discussion: Enhancing Transaction
Handling for TimeoutRollbacked and Rollbacked States
```
private final GlobalStatus[] endStatuses = new GlobalStatus[]
{GlobalStatus.Committed, GlobalStatus.Rollbacked};
```
Build a scheduled task for transactions in the 'end' state. You can refer to
`handleRollbackingByScheduled` and `handleCommittingByScheduled`, but their
final handling logic only needs to call `SessionHelper.endRollbacked` or
`SessionHelper.endCommitted`
GitHub link:
https://github.com/apache/incubator-seata/discussions/7146#discussioncomment-12113812
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]