Actions
Bug #29335
closedPublishing large content view for 2nd time fails with PostgreSQL invalid message format
Description
I published a content view that included this large file repository: http://quartet.usersys.redhat.com/pub/fake-repos/large_file/
The second publish failed when indexing the content with this error and traceback: http://pastebin.test.redhat.com/844210
The issue seems to be related to this query getting too large: https://github.com/Katello/katello/blob/master/app/models/katello/concerns/pulp_database_unit.rb#L160
This issue was fixed for syncing before but now it needs to be fixed for content view publishing. This particular line fixed the previous issue: https://github.com/Katello/katello/pull/8171/files#diff-fba28d05fb7e1a2acbd868623ce31e1eR160
Actions