Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Coremunity
-
Platform Core KANBAN
-
Bug Fix
-
During the ssl bootstrapping process, puppet will now close all active HTTP connections before sleeping for "waitforcert" seconds.
-
Needs Assessment
Description
Following up on PUP-10227, we should explicitly close the http client in cases where we know we're not going to make connections for "awhile". This will decrease resource usage on the server:
1. Prior to sleeping in the ssl state machine
2. When the configurer run completes. We do this now for the :http_pool but need to do the same for http client
-3. Prior to exiting the application-