Issue #14589 has been updated by Andrew Parker. Target version deleted (2.7.x)
As the 2.7.x line is winding down, I am removing the target at 2.7.x from tickets in the system. The 2.7 line should only receive fixes for major problems (crashes, for instance) or security problems. ---------------------------------------- Bug #14589: Puppet performs excessive stats when loading types (and other things) https://projects.puppetlabs.com/issues/14589#change-80532 Author: Daniel Pittman Status: Investigating Priority: Normal Assignee: Category: performance Target version: Affected Puppet version: 2.6.15 Keywords: Branch: At MediaTemple we traced down excess stat calls for `.../type` directories to the autoloader: when evaluating the full set of paths to search it would directly stat all possible directories on the path *every time*, rather than using the existing file cache mechanisms in place. The fix, in 2.6.15, for this is here: https://gist.github.com/2727690#file_use_dir_cache.patch The second patch is the relevant one - it fixes the performance problem by using the existing autoloader `searchpath` implementation on the 2.6.x branch. It looks like some of this might port forward to at least 2.7.x, and master should also be checked. This is a substantial performance improvement for users who have slow file-systems. (eg: distributed FS, or EC2 nodes) -- 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.
