Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-17 Thread Dan Bode
Hi Matt, I followed up with engineering and they believe that your issue is related to http://projects.reductivelabs.com/issues/2757 This issue will be resolved in .25.2. You may want to try upgrading ruby on one of those machines to see if it fixes the issue. On Wed, Dec 16, 2009 at 9:57 PM,

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Ohad Levy
Hi, I have a few hundreds RHE4 running (not to mention a few hundreds of RHE3) without having this issue. any chance you are restarting your mongrels (e.g. because of memory leaks)? at the same time? do you see the request on the apache log correctly etc? Cheers, Ohad On Thu, Dec 17, 2009 at 1:

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
Yeah, most of them are. >>> On 17/12/2009 at 4:55 pm, Dan Bode wrote: > Hi, > >> >> debug: Format pson not supported for Puppet::FileServing::Metadata; has not >> implemented method 'from_pson' >> debug: Format s not supported for Puppet::FileServing::Metadata; has not >> implemented method 'fro

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Dan Bode
Hi, > > debug: Format pson not supported for Puppet::FileServing::Metadata; has not > implemented method 'from_pson' > debug: Format s not supported for Puppet::FileServing::Metadata; has not > implemented method 'from_s' > > Can you open a ticket for this? > > Is that most likely due to using an

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
In addition to my previous email the output following may be helpful. debug: Format pson not supported for Puppet::FileServing::Metadata; has not implemented method 'from_pson' debug: Format s not supported for Puppet::FileServing::Metadata; has not implemented method 'from_s' Is that most lik

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
Hi Dan, > How often are the clients checking in with the server? They check in every half hour (I believe that is the default period). > also, can you capture the --debug and --trace output for this error. In the realm of all possibly annoying things to have happen, running it with --debug and -

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Dan Bode
Hi Matt, > > Hi Dan, > The error I'm getting is: > > Failed to retrieve current state of resource: Could not retrieve file > metadata for puppet:///modules/rhnsd/rhnsd: at > /etc/puppet/modules/rhnsd/manifests/init.pp:22 > > can you show the file resource that this refers to (aka: the code) How o

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
>>> On 17/12/2009 at 4:21 pm, Dan Bode wrote: > Hi, > > I'm running into a problem whereby some nodes are struggling to retrieve the >> metadata for files. I've moved all the nodes across to 0.25.1 to try and >> eliminate version inconsistencies though they still appear. I've also >> started us

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
I'm using mongrel for those 100 hosts. >>> On 17/12/2009 at 4:17 pm, Ohad Levy wrote: > You didnt mention, but are you using webrick with 100 hosts? > > Ohad > > On Thu, Dec 17, 2009 at 1:12 PM, Matthew Delves > wrote: > >> Hey All, >> I'm running into a problem whereby some nodes are struggl

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Dan Bode
Hi, I'm running into a problem whereby some nodes are struggling to retrieve the > metadata for files. I've moved all the nodes across to 0.25.1 to try and > eliminate version inconsistencies though they still appear. I've also > started using asynchronous stored configs as well. > can you be spe

Re: [Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Ohad Levy
You didnt mention, but are you using webrick with 100 hosts? Ohad On Thu, Dec 17, 2009 at 1:12 PM, Matthew Delves wrote: > Hey All, > I'm running into a problem whereby some nodes are struggling to retrieve > the metadata for files. I've moved all the nodes across to 0.25.1 to try and > eliminat

[Puppet Users] puppet performance and inability to retrieve file metadata

2009-12-16 Thread Matthew Delves
Hey All, I'm running into a problem whereby some nodes are struggling to retrieve the metadata for files. I've moved all the nodes across to 0.25.1 to try and eliminate version inconsistencies though they still appear. I've also started using asynchronous stored configs as well. I'm wondering i