Actions
Bug #29321
closedSystemStackError (stack level too deep) when syncing a repo with many content units
Description
I hit this trying to sync http://quartet.usersys.redhat.com/pub/fake-repos/large_file/ which has 70K files.
The issue appears to be here: https://github.com/Katello/katello/blob/master/app/models/katello/concerns/pulp_database_unit.rb#L139
Creating the hash with so many items at once seems to be causing the issue.
Updated by The Foreman Bot almost 5 years ago
- Assignee set to Samir Jha
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8605 added
Updated by Samir Jha almost 5 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 5 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Samir Jha almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|7ff28c134d75f481acbc1687a15e75c6a9158766.
Actions