Actions
Bug #17178
closedinvalid state transition planned >> paused on foreman-tasks restart
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1390933
Description of problem:
At some occasions, the task data can get into a state that prevent the system to recover properly from inconsistent state.
How reproducible:
Rarely
Steps to Reproduce:
1. kill -9 dynflow executor while some task is running (has to be shortly after enough triggering some tasks)
2. foreman-tasks restart
Actual results:
the task still acting as being run by killed executor
Expected results:
the task marked as planned on running by new executor
Actions