Actions
Bug #36563
closed4.9 is slow to sync and index repositories
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
We have new logic dueing repo indexing which looks for orphaned content units after sync and tries to delete them. However, this introduces a lot of slowness in syncs in env with a large number of content units.
https://community.theforeman.org/t/katello-4-9-is-very-slow/34038/9
We need to optimize this operation:
https://github.com/Katello/katello/blob/f9bf7d0065c55e202275de84b9c69b5ebbca9ed0/app/models/katello/repository.rb#L938
and possibly scope it by repo being synced or call this as an async task in finalize to not impact sync performance.
Please clone and make sure we have this flow downstream.
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/10638 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.10.0 added
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|51f7a12e2c591ac7132faa822b9872528d8e5fd8.
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.9.1 added
Actions