Bug #33451
closedMany Postgres ERRORs (duplicate key) especially on RedHat repo sync
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1991557
Description of problem:
As part of the Satellite 6.9 Pulp 3 High-Touch Beta, several duplicate key errors were observed on Red Hat repository syncs.
During this HTB, a Satellite 6.9 instance went through the process of migration to Pulp 3, a switchover to Pulp 3 was performed and content management workflows executed.
Version-Release number of selected component (if applicable):
6.9.1
Errors observed:
The errors on Thursday are between 03:00am-04:00am that was the first time I was running the RedHat Repositories sync after the pulp3 switchover
To give an idea on the tables and error i summarized the count per hour and error
root@hostname:/var/opt/rh/rh-postgresql12/lib/pgsql/data/log# grep 'UTC ERROR:' .log | cut c-1000 | sed 's/\(2021. [0-9].:\).*UTC/\1/' | sort | uniq -c
2 postgresql-Mon.log:2021-06-28 08: ERROR: duplicate key value violates unique constraint "index_katello_rpms_on_pulp_id"
843 postgresql-Thu.log:2021-07-01 03: ERROR: duplicate key value violates unique constraint "index_katello_errata_on_pulp_id"
2111 postgresql-Thu.log:2021-07-01 03: ERROR: duplicate key value violates unique constraint "index_katello_erratum_cves_on_erratum_id_and_cve_id_and_href"
3990 postgresql-Thu.log:2021-07-01 03: ERROR: duplicate key value violates unique constraint "katello_erratum_bz_eid_bid_href"
18171 postgresql-Thu.log:2021-07-01 03: ERROR: duplicate key value violates unique constraint "katello_erratum_packages_eid_nvrea_n_f"problem:
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1991527 - contains additional errors reported