-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail pending journal entries other than calls with CanceledException #943
Comments
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 15, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 15, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 18, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 18, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 18, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 18, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
tillrohrmann
added a commit
to tillrohrmann/restate
that referenced
this issue
Dec 18, 2023
This commit introduces a new TerminationFlavor::Cancel which will gracefully terminate an invocation. The way it works is that only leaf operations are being terminated with a CANCELED_INVOCATION_ERROR. Leaf operations are all completable journal entries except for calls and inboxed invocations. For pending calls in a journal, a cancellation will propagate the cancellation to these calls. This commit adds support for canceling inboxed, invoked, suspended and virtual invocations. This fixes restatedev#986 and restatedev#943.
Fixed via #986 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: