Bug #4532
agent doesn't open it's listen socket before finishing the first run
| Status: | Closed | Start date: | 08/13/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | agent | |||
| Target version: | 2.6.1 | |||
| Affected Puppet version: | 2.6.1rc2 | Branch: | http://github.com/bmiklautz/puppet/tree/ticket/2.6.x/4532 | |
| Keywords: | ||||
| Votes: | 0 |
Description
When the agent starts it waits until the first run is finished before it opens the listen socket. In case splay is enabled this may take up to splaylimit time.
History
Updated by Bernhard Miklautz almost 2 years ago
- File 0001-Start-server-before-agent.patch added
The attached patch fixes the problem by starting the server before the agent.
You can also pull from http://github.com/bmiklautz/puppet/tree/ticket/2.6.x/4532.
Updated by James Turnbull almost 2 years ago
- Target version set to 2.6.1
Updated by James Turnbull almost 2 years ago
- Status changed from Unreviewed to Accepted
- Assignee set to Jesse Wolfe
Updated by Jesse Wolfe almost 2 years ago
- Assignee deleted (
Jesse Wolfe)
Updated by Markus Roberts almost 2 years ago
- Branch set to http://github.com/bmiklautz/puppet/tree/ticket/2.6.x/4532
Updated by Markus Roberts almost 2 years ago
- Status changed from Accepted to Merged - Pending Release
Updated by Markus Roberts over 1 year ago
- Status changed from Merged - Pending Release to Re-opened
commit:1ea4ccf44bc45ff7ccccc54720391bbe81c8a8fb
Updated by Markus Roberts over 1 year ago
- Status changed from Re-opened to Closed
Updated by Marcin Deranek over 1 year ago
As far as I can see (I’m using 0.25.5) this also affects currently supported 0.25.x branch. Can this be fixed for 0.25 as well ?