Issue #7220
closedWhen a task crashes, the incomplete repo version is not cleaned up and leads to duplicate key error when creating new repo versions
Description
Pulp v3 - rpm plugin
Set up a pulp server on a CentOS 7 host with 4GB of RAM and 4GB of swap.
Configured server to synchronize three RHEL repos (rhel-7-server-rpms,rhel-7-server-optional-rpms, rhel-7-server-extras-rpms).
Synchronization successful for extras and optional - fails when synchronizing the main repo.
The fact that a few of the repos succeeded indicated that the configuration was correct (proper client_ca, client_key, and ca_cert).
Subsequent runs after the failure resulted in the error observed in the attached "duplicate-key-error.json"
I debugged this further and found the failure was most likely caused by running out of memory and swap. Once I increased the available swap (using a local /swapfile) I was able to successfully synchronize.
Files
Related issues