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
This is because child WF could get get closed after parent closed, and parent will not receive the children close signals.
So that after parent is closed for any reasons(terminate/timeout/fail/etc), this parent is never allowed to reset to anywhere because it has a pending childWFs in its mutableState forever as "deadlock condition"
The text was updated successfully, but these errors were encountered:
https://github.com/uber/cadence/blob/1a506710620ab88fc6542d5ed0810bd4524d65f8/service/history/reset/resetter.go#L643
This is because child WF could get get closed after parent closed, and parent will not receive the children close signals.
So that after parent is closed for any reasons(terminate/timeout/fail/etc), this parent is never allowed to reset to anywhere because it has a pending childWFs in its mutableState forever as "deadlock condition"
The text was updated successfully, but these errors were encountered: