Issue #4268 has been updated by Peter Meier.
Autoflush: I first thought that I don't have that behavior with storedconfigs disabled, but I was wrong as I didn't have autoflush on and the messages of autoloading again weren't yet printed. I don't touch the code at all, so I don't get that behavior because of changed code. I sent you a mail with a copied output both from the client and the master, as well as further detailed information. If you need to know anything more, please let me know. ---------------------------------------- Bug #4268: puppet master 2.6 always imports manifests newly http://projects.puppetlabs.com/issues/4268 Author: Peter Meier Status: Needs more information Priority: High Assigned to: Peter Meier Category: Target version: Affected version: 2.6.0rc3 Keywords: Branch: Disclaimer: I'm not sure if that this is the intended behavior, but I think this behavior slows things very much down. I'm currently testing 2.6 and I'm running a webrick instance by: <pre> /usr/bin/ruby /usr/bin/puppet master --config /srv/puppet/etc/puppet.conf --no-daemonize --masterport 8141 --verbose --trace </pre> If I run a client twice in a row I get for both runs all the autoimport messages, however nothing has changed on disk. So it looks to me that puppet master is always importing things and not only once and then reuse things it already loaded. Furthermore this seems to slow down things enormously: While on 0.25.5 in a mongrel setup the compilation took about 10s it now takes 110s on the very same box which has even less load as only one master process is running and there is only one client connecting. I wasn't yet able to test it with our mongrel setup, but I'm somehow a bit feared by this slowdown. But maybe this slowdown is also caused by something else of the parameters I have given to puppetmaster, but I didn't yet see which ones. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
