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
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/8609 added
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|125d41add601f472d03f5f39f32c674b25af86f1.
Updated by Chris Roberts almost 5 years ago
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Actions