Issue #18211 has been updated by Dominic Cleal.

Category set to agent

David, it'd be great to get your fix included in Puppet.  The way to begin is 
to submit a pull request to the project and sign the CLA.  There's more 
information about the steps in the 
[CONTRIBUTING](https://github.com/puppetlabs/puppet/blob/master/CONTRIBUTING.md)
 doc.

If you get stuck with the process, please jump on #puppet-dev on Freenode or 
the puppet-dev mailing list for help.
----------------------------------------
Bug #18211: puppet agent sleeping well past runinterval
https://projects.puppetlabs.com/issues/18211#change-84522

Author: David Mesler
Status: Unreviewed
Priority: Normal
Assignee: 
Category: agent
Target version: 
Affected Puppet version: 3.0.1
Keywords: 
Branch: 


We've recently upgraded our infrastructure from puppet 2.6.9 to 3.0.1. After 
the upgrade we've noticed many of our hosts are sleeping well past the 900 
second runinterval they're configured for. (We get Nagios alerts when puppet 
hasn't run in a while.) About once a day (some more, some less, some not all, 
and all assorted hosts with very different manifests) the puppet agent will 
sleep for about an hour between runs. Running strace on a sleeping agent simply 
shows a long select call with no fd's. 

select(1, [], [], [], {1259, 476000} <unfinished ...>

Once that select is done counting down the agent re-reads puppet.conf and 
begins a catalog run. 
This occurs on a mix of Centos 5.8 and 6.3 hosts. 


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to