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
Solution
The proposed solution here is to trim scheduled/started/completed workflow tasks with no follow-up events, this guarantees the workflow history is in a safely replayable state. For this there are three approaches:
Trim the history in GetWorkflowHistory (to be discussed with upstream)
Trim the history in our code before passing it to the Replayer
Trim the history in the Replayer (to be discussed with upstream)
Curious if you have any thoughts / preferences here.
Thanks for the report! Will confer with the team on replaying of mid-task history captures. While it makes sense to only replay up to the last completed or failed task, we may need to double check that people aren't running replays on the active task without the task failure to replicate failures (e.g. to replicate deadlock detection).
Conferred with team, we consider this a bug. If we are in fact failing a replay with history that should succeed, we need to fix. It is likely we should not be performing history matching for non-determinism checks after the last task start (that doesn't have an end). This issue will be updated when we have a solution.
This is more of a request for information than a bug.
Expected Behavior
Replaying a downloaded workflow history ending with workflow task (scheduled/started) should not fail with a [TMPRL1100] nondeterministic workflow: extra replay command
Actual Behavior
Replaying a downloaded workflow history ending with workflow task (scheduled/started) fails with an [TMPRL1100] nondeterministic workflow: extra replay command
Steps to Reproduce the Problem
Reproducing test and detailed explanation: RamyElkest#1
Specifications
v1.26.0
v1.23.1
The text was updated successfully, but these errors were encountered: