[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-12-03 Thread tickets
Issue #21201 has been updated by Melissa Stone. Released in Puppet 3.4.0-rc1 Refactor #21201: Remove thread safety code from puppet https://projects.puppetlabs.com/issues/21201#change-100442 * Author: Andrew Parker * Status: Closed * Priority: Normal *

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-12-03 Thread tickets
Issue #21201 has been updated by Melissa Stone. Released in Puppet 3.4.0-rc1 Refactor #21201: Remove thread safety code from puppet https://projects.puppetlabs.com/issues/21201#change-100534 * Author: Andrew Parker * Status: Closed * Priority: Normal *

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-12-03 Thread tickets
Issue #21201 has been updated by Melissa Stone. Released in Puppet 3.4.0-rc1 Refactor #21201: Remove thread safety code from puppet https://projects.puppetlabs.com/issues/21201#change-100648 * Author: Andrew Parker * Status: Closed * Priority: Normal *

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-12-03 Thread tickets
Issue #21201 has been updated by Melissa Stone. Released in Puppet 3.4.0-rc1 Refactor #21201: Remove thread safety code from puppet https://projects.puppetlabs.com/issues/21201#change-100739 * Author: Andrew Parker * Status: Closed * Priority: Normal *

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-12-03 Thread tickets
Issue #21201 has been updated by Melissa Stone. Released in Puppet 3.4.0-rc1 Refactor #21201: Remove thread safety code from puppet https://projects.puppetlabs.com/issues/21201#change-100884 * Author: Andrew Parker * Status: Closed * Priority: Normal *

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-08-19 Thread tickets
Issue #21201 has been updated by eric sorenson. Target version changed from 3.3.0 to 3.x Not a 3.3.0 blocker, we didn’t get to this and it’s time to ship. Bumping to 3.x for next-feature-release prioritization. Refactor #21201: Remove thread safety

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-06-24 Thread tickets
Issue #21201 has been updated by Andrew Parker. Brice Figureau wrote: Well, the puppet master runs fine under a threaded JRuby based server (or at least it was around 2.7.x). I'm not aware of JRuby production use out there, but before breaking this compatibility you might first ask on the

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-06-23 Thread tickets
Issue #21201 has been updated by Brice Figureau. Well, the puppet master runs fine under a threaded JRuby based server (or at least it was around 2.7.x). I'm not aware of JRuby production use out there, but before breaking this compatibility you might first ask on the mailing list. To my

[Puppet - Refactor #21201] Remove thread safety code from puppet

2013-06-12 Thread tickets
Issue #21201 has been updated by Andrew Parker. Assignee changed from Andrew Parker to eric sorenson I think this can be split into 2 parts: * Remove mutexes and calls to synchronize that are attempting to achieve thread safety (also remove the few helper methods for locking that are