Bug #19158
removing multiple subscriptions causes parallel calls to candlepin
Description
When multiple subscriptions are removed from a host in a single api call, each of those subs are sent individually to candlepin for removal. This potentially can cause race conditions if those removals are parallelized by foreman tasks. This code should make sure the plan_actions are sequential and not parallel:
Associated revisions
History
#1
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6722 added
#2
Updated by Thomas McKay about 5 years ago
- Bugzilla link set to 1438774
#3
Updated by Walden Raines about 5 years ago
- Legacy Backlogs Release (now unused) set to 211
#4
Updated by Thomas McKay about 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e95fc6d637b7dcc0775b17ac80082f93b2eb8b90.
fixes #19158 - sequence around sub removal