Actions
Bug #37549
closedContent import task failed indexing errata from Pulp
Description
Clone from https://issues.redhat.com/browse/SAT-25713
Description of problem:
Content Import task failed indexing errata from Pulp with the following error.
13: from katello (4.11.0.9) app/models/katello/repository.rb:960:in `index_content'
12: from katello (4.11.0.9) app/models/katello/repository.rb:960:in `each'
11: from katello (4.11.0.9) app/models/katello/repository.rb:961:in `block in index_content'
7: from katello (4.11.0.9) app/services/katello/content_unit_indexer.rb:26:in `each'
3: from katello (4.11.0.9) app/services/katello/pulp3/pulp_content_unit.rb:139:in `block (2 levels) in pulp_units_batch_for_repo'
2: from katello (4.11.0.9) app/services/katello/pulp3/pulp_content_unit.rb:139:in `yield'
1: from katello (4.11.0.9) app/services/katello/content_unit_indexer.rb:44:in `block in import_all'
ActiveRecord::StatementInvalid (PG::CardinalityViolation: ERROR: ON CONFLICT DO UPDATE command cannot affect row a second time)
HINT: Ensure that no rows proposed for insertion within the same command have duplicate constrained values.
Is this issue a regression from an earlier version:
Yes. The following bug is fixed in previous Satellite versions, but the code didn't brought forward after refactoring the index content codes.
https://bugzilla.redhat.com/show_bug.cgi?id=2070535
Additional info:
Due to some bugs in Pulp, it is still possible to have duplicate errata associated to a repository version. It is causing issue to Katello because Katello doesn't expect duplicate errata in a repository version. **
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Assignee set to Hao Yu
- Pull request https://github.com/Katello/katello/pull/11024 added
Updated by Ian Ballou 5 months ago
- Target version changed from Katello 4.15.0 to Katello 4.14.0
- Triaged changed from No to Yes
Updated by Hao Yu 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|36b0d00b283854d85300cc1473de910271793aa7.
Actions