Issue #4243 has been updated by James Turnbull. Status changed from Ready for Testing to Closed
Pushed in commit:"8c8c1469ae9f1dd11c567d89a27be81653ca2052" in branch master. ---------------------------------------- Bug #4243: Multithread issue with manual manifest import http://projects.puppetlabs.com/issues/4243 Author: Brice Figureau Status: Closed Priority: High Assigned to: Markus Roberts Category: compiler Target version: 2.6.0 Affected version: 2.6.0rc3 Keywords: Branch: MarkusQ:ticket/master/4243 This might be a dup of #4211. Manually importing a manifest with the "import" function ends up calling Puppet::Parser::TypeLoader.import which is not thread-safe (ie it tests and sets @imported[file] and parse non atomically). -- 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.
