Actions
Bug #25526
closedActions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
In some occasion (not having a reliable reproducer at the moment), there can be an invalid lock records be present, preventing the ListenOnCandlepinEvents task to not start after the foreman-tasks is stopped
Version-Release number of selected component (if applicable):
How reproducible:
occasionally
Steps to Reproduce:
1. force-kill the dynflow_executor
2. Find which execution plan holds the singleton lock and delete the execution plan
2. systemctl restart foreman-tasks
Actual results:
the ListenOnCandlepinEvents not getting started
Expected results:
The task gets started
Updated by Adam Ruzicka about 6 years ago
- Subject changed from Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor to Actions::Candlepin::ListenOnCandlepinEvents occasionally not starting after unclean shutdown of the executor
- Category set to Dynflow
- Status changed from New to Ready For Testing
- Assignee set to Adam Ruzicka
- Pull request https://github.com/Dynflow/dynflow/pull/306 added
Updated by Ivan Necas about 6 years ago
- Status changed from Ready For Testing to Closed
Updated by Ivan Necas about 6 years ago
- Pull request https://github.com/Dynflow/dynflow/pull/308 added
Actions