-
Notifications
You must be signed in to change notification settings - Fork 31
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
Multiple ExecutionCompletedEvent found #176
Comments
This means that multiple "completion" events have been found in your orchestration history state. The code that raises this error is here. You can see the full set of events here. The "completion" events are To understand why you're seeing this, we'd need to look at the union of your |
And I compared to an equivalent sucessfully completed orchestration. We have exactly the same history It's look like the event is registered but not deleted |
@cgillum any news on this? |
Unfortunately, no updates yet. I was on a long vacation and apparently our GitHub automation which is supposed to help us track issues stopped working in the past few months. I'll make sure that this shows up in our triage so that we can get someone assigned to take a closer look. |
@bhugot: I'm working on a fix for this issue here - Azure/durabletask#949 |
For information I think the use case is a functions for some reason is running twice (no retry configured). In the 2 case i met one was not idempotent and the second run failed. In the other case it was idempotent so both were successful |
New error on same subject I got
|
And this time I had 2 task who are sequential in TaskCompleted Status |
It seem's that last version fixed this problem |
Hello,
We are hitting this issue time to time leading to some stuck durable that stay in running when they are complete
Any idea on what could be the cause of this and how to fix it?
The text was updated successfully, but these errors were encountered: