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.
Actions