Actions
Bug #20946
closedclean_installed_packages script logs a count(*), causing slow performance
Description
The clean_installed_packages.rake script prints the count of remaining records for every batch of 20,000. This query can take upwards of two hours on a busy katello system.
Additionally, the script will error out if any records are modified in between the time the "existing" list is created, and the time the batch is cleaned. This can happen if a new system is registered while the script runs.
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6954 added
Updated by Chris Duryee about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|cc0b15fb330178aca8317873eaaf2ef1b280d1d7.
Updated by Justin Sherrill about 7 years ago
- Translation missing: en.field_release set to 250
Actions