[Puppet Users] PuppetServer 2.8 resource Leak

2017-10-03 Thread Poil
Hi, We have PuppetServer 2.8 on RHEL7. After some days computation of the catalog become slower and slower; the load average of the compute nodes increased and the compute goes in timeout. All our 4 computes nodes have 48 cores, only 10% of each core is used when the timeout occured. We ar

[Puppet Users] Confusing error with file resource...

2017-10-03 Thread Sean
Hi, I have a strange puppet error (v4.10.1) with a file resource that creates a cron job... file { '/etc/cron.daily/aide': ensure => $mymodule::ensure_aide, owner => 'root', group => 'root', mode=> '0755', source => 'puppet:///modules/mymodule/cron/daily-aide-chec

Re: [Puppet Users] Confusing error with file resource...

2017-10-03 Thread Henrik Lindberg
On 03/10/17 09:41, Sean wrote: Hi, I have a strange puppet error (v4.10.1) with a file resource that creates a cron job... |   file { '/etc/cron.daily/aide':     ensure  => $mymodule::ensure_aide,     owner   => 'root',     group   => 'root',     mode    => '0755',     source  => 'puppe

Re: [Puppet Users] PuppetServer 2.8 resource Leak

2017-10-03 Thread Matthaus Owens
Depending on what the trocla library does, it could be leaking objects to the java layer, in which case tuning the max-requests-per-instance down would not help. In general, the best way to find leaks like you are talking about is described here: https://puppet.com/blog/puppet-server-advanced-memor

Re: [Puppet Users] PuppetServer 2.8 resource Leak

2017-10-03 Thread Peter Meier
> We are on hiera v3, we only tuned "max-requests-per-instance: 5000" > because of a databases connection leak with our Trocla library. This is fixed with the trocla module 1.0.1 [1] are you on that version? best ~pete [1] https://github.com/duritong/puppet-trocla/commit/bbedb788a7951e2f69c1c2