Actions
Bug #38169
closedPG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_operatingsystems_on_title" DETAIL: Key (title)=(RedHat 9.2) already exists.
Description
While testing concurrent Katello registrations in batches we see the following error leading to some hosts (2, 3 usually) with the same OS version failing to register:
PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_operatingsystems_on_title"
DETAIL: Key (title)=(RedHat 9.2) already exists.
After these errors, the rest of registrations work without problems.
The error occurs with 50 concurrent registrations but does not occur with >120 concurrent registrations.
Updated by The Foreman Bot about 1 month ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10425 added
Updated by Jeremy Lenz 27 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ef8fec555a23d24840e8b087ad649cda35ade4df.
Updated by Ewoud Kohl van Wijngaarden 11 days ago
- Triaged changed from No to Yes
Actions