Project

Profile

Help

Story #7201

closed

As a user I can set http connection timeout and read timeout

Added by bmbouter almost 4 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 86
Quarter:

Description

Problem

In Pulp2 it is possible to set the hp connection timeout and read timeouts https://docs.pulpproject.org/en/2.21/user-guide/server.html?highlight=connect_timeout. This recently helped me resolve an issue an with a few repos in Pulp that were failing to sync. In Pulp3 documentation setting these timeouts is discussed in https://docs.pulpproject.org/plugins/api-reference/download.html?highlight=timeout, however it is only if you are a plugin in developer.

As a user I need to be able to set this for my environment.

Solution

Add these timeouts to BaseRemote so they would automatically be available to all plugins.

  • total_timeout - This is a float field, measured in second. This would drive the ClientTimeout.total field in aiohttp. Pulp default is 5 min. None or 0 disables a particular timeout check.
  • connect_timeout - This is a float field, measured in second. This would drive the ClientTimeout.connect field in aiohttp. Pulp default is None. None or 0 disables a particular timeout check.
  • sock_connect_timeout - This is a float field, measured in second. This would drive the ClientTimeout.sock_connect field in aiohttp. Pulp default is None. None or 0 disables a particular timeout check.
  • sock_read_timeout - This is a float field, measured in second. This would drive the ClientTimeout.sock_read field in aiohttp. Pulp default is None. None or 0 disables a particular timeout check.

Related issues

Has duplicate Pulp - Story #4905: As a user, I can set download timeoutsCLOSED - DUPLICATE

Actions
Actions #1

Updated by bmbouter almost 4 years ago

  • Description updated (diff)
Actions #2

Updated by bmbouter almost 4 years ago

  • Sprint set to Sprint 77

I recreated this issue, it was accidentally deleted.

@mped, here's the text you had posted:

I think this would also help with issues I was seeing in: https://pulp.plan.io/issues/6589. The reason for this being, during this issue in one of the envrionments I was coming from behind a proxy, and this is where this issue looked a lot worse.

I have since tested to see what happened with a new Pulp2 server (I know they are not the same but it was just to see if the environment was causing issues). Also ended up with quite a few issues with Pulp2, but setting the connect_timeout and read_timeout resolved the issues, as I was seeing a lot of problems with packages failing to being downloaded/retried and then the task cancelling itself.

Actions #3

Updated by rchan over 3 years ago

  • Sprint changed from Sprint 77 to Sprint 78
Actions #4

Updated by daviddavis over 3 years ago

  • Tags Katello added
Actions #5

Updated by daviddavis over 3 years ago

Removing per sprint planning.

Actions #6

Updated by rchan over 3 years ago

  • Sprint deleted (Sprint 78)
Actions #8

Updated by bmbouter over 3 years ago

  • Has duplicate Story #4905: As a user, I can set download timeouts added
Actions #9

Updated by ggainey over 3 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to ggainey
Actions #10

Updated by ggainey over 3 years ago

  • Sprint set to Sprint 85

The settings in Pulp2 affect

Actions #11

Updated by rchan over 3 years ago

  • Sprint changed from Sprint 85 to Sprint 86
Actions #12

Updated by pulpbot over 3 years ago

  • Status changed from ASSIGNED to POST

Added by ggainey over 3 years ago

Revision 05faf9f0 | View on GitHub

Added fields controlling cnx-timeouts to Remote.

closes #7201

Actions #13

Updated by ggainey over 3 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #14

Updated by daviddavis over 3 years ago

  • Sprint/Milestone set to 3.9.0
Actions #15

Updated by pulpbot over 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF