Bug 2052333 - Repository sync sometimes failed with PulpcoreClient::ApiError due to timeout
Summary: Repository sync sometimes failed with PulpcoreClient::ApiError due to timeout
Keywords:
Status: CLOSED DUPLICATE of bug 2033853
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Pulp
Version: 6.10.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Lai
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-09 01:42 UTC by matt jia
Modified: 2022-02-24 20:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-24 20:12:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description matt jia 2022-02-09 01:42:24 UTC
Description of problem:

When syncing multiple repos in parallel(a sync plan, etc.), some repos failed on 

 16: Actions::Pulp3::Repository::RefreshDistribution (skipped) [ 1459.68s / 189.50s

 Output:

---
pulp_tasks:
- pulp_href: "/pulp/api/v3/tasks/b5964731-7dfc-44af-b2e8-c012b1e39342/"
  pulp_created: '2022-01-31T04:05:31.670+00:00'
  state: waiting 


 Error:

PulpcoreClient::ApiError

Error message: the server returns an error 

However, the task itself completed successfully:

4167:Jan 31 05:31:01 gvecsl8900ipm pulpcore-worker-6: pulp [b84996b9-5e06-4936-a604-91cb3e64436b]: pulpcore.tasking.pulpcore_worker:INFO: Starting task b5964731-7dfc-44af-b2e8-c012b1e39342
14173:Jan 31 05:31:02 gvecsl8900ipm pulpcore-worker-6: pulp [b84996b9-5e06-4936-a604-91cb3e64436b]: pulpcore.tasking.pulpcore_worker:INFO: Task completed b5964731-7dfc-44af-b2e8-c012b1e39342


Version-Release number of selected component (if applicable):

6.10


How reproducible:

Easy

Steps to Reproduce:
1. create a sync plan with 50+ repos
2. trigger the sync plan manually
3.

Actual results:

Some repos failed with  PulpcoreClient::ApiError


Expected results:

All repository sync should finish successfully.

Additional info:

I've opened an issue against pulp-openapi-generator:

https://github.com/pulp/pulp-openapi-generator/issues/61


Note You need to log in before you can comment on or make changes to this bug.