James Turnbull <ja...@lovedthanlost.net> writes: > This is the beta1 release of Puppet 0.25.0. > > It is available at: > > http://reductivelabs.com/downloads/puppet/puppet-0.25.0beta1.tar.gz > > This is not production ready code - it is a beta release for testing. The > beta is largely feature complete and the extent of testing and issues will > determine how soon we move to a release candidate. So we would ask > everyone to test and report issues with the beta.
We've been running beta1 on our master (but not on any clients) for 1.5 days and it's working pretty well. We have noticed two big things: 1) There was an initial storeconfigs storm that hammered our puppetmaster and MySQL server (one and the same) fairly hard. Our MySQL stats make it look like most of the activity was DELETEs; Sam's guess is that a bunch of deduplication went on. The storm lasted about an hour. After that the load returned to normal. During the storm lots of messages like this were logged: puppetmasterd err puppetmasterd[25492]: Cached facts for host.example.com failed: could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it. Google says this is a message from Rails but we couldn't figure out where to change it for puppetmasters. 2) Our compile times are about 1/3 lower than they were with 0.24.8. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---