Issue #17959 has been updated by eric sorenson. Status changed from Unreviewed to Needs More Information Assignee set to Lee Briggs
Hi Lee -- that does seem unusual. Unfortunately there is not a server-side profiling framework the same way that `--evaltrace` provides one for the client. Could you run the webrick server under `strace` (or OS-equivalent, but I'm assuming you're on linux), make a node definition that just includes one of these file resources, and attach the output to the bug? That would be the most straightforward path to seeing what's going on. I've put this ticket's status into "Needs more Information" and assigned it to you. Please either (a) update it with the information I've requested and re-assign it to me if you need more help, or (b) change the status to "Closed" if you were able to resolve the issue on your own. ---------------------------------------- Bug #17959: File Evaluation not functioning correctly https://projects.puppetlabs.com/issues/17959#change-79716 Author: Lee Briggs Status: Needs More Information Priority: Normal Assignee: Lee Briggs Category: Target version: 3.0.x Affected Puppet version: 3.0.1 Keywords: Branch: I'm having a strange problem with file evaluation on Puppet 3.0.1. I have a file stanza like so: file { "/opt/path/to/file/script.pl": owner => user, group => user, mode => 755, ensure => present, source => "puppet:///modules/modulename/script.pl" } I have around 9 or 10 of these files. For each puppet run, it takes 5s to evaluate the file. Info: /Stage[main]/class::class/File[/opt/path/to/file/script.pl]: Evaluated in 5.07 seconds md5's of the file match. The problem persists in both a master running on webrick and passenger. How can I determine what the cause of this is? -- 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.
