You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
When error occur, log a abort record and start a rollback for all executed action(included failure action that trigger rollback), but rollback still can failure
retry some times in current goroutine
if retry still failure, use SEC managed goroutine read log and retry rollback
The text was updated successfully, but these errors were encountered:
lysu
changed the title
Rollback failure situation
Handle rollback failure
Apr 26, 2016
It may enter infiinite loop when subDef.compensate.call() failed.
Because when this happens, saga.Abort() is triggered again, and the last failed compensate handler will
be called again since it is still in the appended log array.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When error occur, log a abort record and start a rollback for all executed action(included failure action that trigger rollback), but rollback still can failure
The text was updated successfully, but these errors were encountered: