Re: [Puppet Users] Re: puppetmasterd continuously consuming high CPU, with many interrupts

2012-07-03 Thread Walter Heck
The fix is actually not that weird, a call to clock_settime() function is enough (which setting the date on the command line does). More explained in the comments here: http://blog.mozilla.org/it/2012/06/30/mysql-and-the-leap-second-high-cpu-and-the-fix/ Walter On Tue, Jul 3, 2012 at 3:23 AM,

[Puppet Users] Re: puppetmasterd continuously consuming high CPU, with many interrupts

2012-07-02 Thread llow...@oreillyauto.com
On Monday, July 2, 2012 1:42:37 PM UTC-5, Robin Powell wrote: So, I have a server at home that has four VMs running inside it. All are managed via puppet. The physical host runs puppetmasterd. I don't recall noticing this before, but puppetmasterd has decided to be kind of crazy.

Re: [Puppet Users] Re: puppetmasterd continuously consuming high CPU, with many interrupts

2012-07-02 Thread Robin Lee Powell
On Mon, Jul 02, 2012 at 12:06:19PM -0700, llow...@oreillyauto.com wrote: On Monday, July 2, 2012 1:42:37 PM UTC-5, Robin Powell wrote: So, I have a server at home that has four VMs running inside it. All are managed via puppet. The physical host runs puppetmasterd. I don't

Re: [Puppet Users] Re: puppetmasterd continuously consuming high CPU, with many interrupts

2012-07-02 Thread Ken Barber
Turns out yes, it's the leap second, but boy was the fix I found easier than that: http://artipc10.vub.ac.be/wordpress/2012/07/01/leap-second-causing-ksoftirqd-and-java-to-use-lots-of-cpu-time/ $ sudo date -s `date` Cleared it rigt up. Huh. What a weird fix :-). ken. -- You received

Re: [Puppet Users] Re: puppetmasterd continuously consuming high CPU, with many interrupts

2012-07-02 Thread Peter Brown
Thanks guys. I have been having a bizzare problem with java since then and this fixed it. On 3 July 2012 05:23, Ken Barber k...@puppetlabs.com wrote: Turns out yes, it's the leap second, but boy was the fix I found easier than that: