Issue #4243 has been updated by Markus Roberts. Status changed from Unreviewed to Needs more information Assigned to set to Brice Figureau
Can you walk me through your reasoning? Looking at it, it appears to me that the call is coming from within the parser which is already enclosed in the global lock. In other words, this would be a problem if type_loader were working correctly but, somewhat ironically, isn't actually a problem at present. But I could well be wrong. ---------------------------------------- Bug #4243: Multithread issue with manual manifest import http://projects.puppetlabs.com/issues/4243 Author: Brice Figureau Status: Needs more information Priority: High Assigned to: Brice Figureau Category: compiler Target version: 2.6.0 Affected version: 2.6.0rc3 Keywords: Branch: 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.
