Bug #17211
closedRepository synchronization checks all the repos on capsule on sync status
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1391704
Description of problem: Part of the repo synchronizatoin is syncing
the rpms to capsules, if the capsule is syncing library. Due to a bug
in code, we are checking on sync status of all repositories in the
capsule (similar issue as described in
https://bugzilla.redhat.com/show_bug.cgi?id=1388296).
Version-Release number of selected component (if applicable):
sat 6.2
How reproducible:
When library is synchonized to capsules
Steps to Reproduce:
1. have a large number of repositories synced into capsule (100/1000+)
2. have a library in lifecycle environments synced to the capsule
3. synchronize the repository
Actual results:
The synchronization of repository takes much longer, than it should,
the sync task in dynflow sits in "Actions::Katello::Repository::Sync" action,
a lot of trafic between sat and capsule due to checking for status.
Expected results: The sync task is not much slower than without a
capsule present. Only check on the specific repo is happening between
the satellite and capsule.
Updated by Ivan Necas about 8 years ago
- Subject changed from Repository synchronization checks all the repos on capsule on sync status to Repository synchronization checks all the repos on capsule on sync status
- Status changed from New to Assigned
- Assignee set to Ivan Necas
- Target version set to 1.4.1
Updated by Ivan Necas about 8 years ago
- Category changed from Web UI to Performance
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6435 added
Updated by Justin Sherrill about 8 years ago
- Translation missing: en.field_release set to 197
Updated by Ivan Necas about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b2a62a4b988bcbbe6c6a9af93e7fcc7af5c9bcc5.
Updated by The Foreman Bot about 8 years ago
- Pull request https://github.com/Katello/katello/pull/6469 added
Updated by Eric Helms about 8 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/6469)