Issue #4245 has been updated by Brice Figureau. Branch set to http://github.com/masterzen/puppet/tree/feature/jruby-fixes
---------------------------------------- Bug #4245: Multithread issue with rest_authconfig default ACL insertion http://projects.puppetlabs.com/issues/4245 Author: Brice Figureau Status: Accepted Priority: Normal Assigned to: Markus Roberts Category: threading Target version: 2.6.1 Affected version: 2.6.0rc3 Keywords: Branch: http://github.com/masterzen/puppet/tree/feature/jruby-fixes Default ACL insertion is done when the first client connects to the master (or when the auth.conf file is read). If more than one client connects at the same time, we can end up inserting the default ACL twice, and the second set might throw an error (ie duplicate ACE) that can abort the connection. The solution is to add a critical section around loading of the default ACL and/or auth.conf parsing. -- 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.
