Issue #469 has been updated by wyvern. Affected version set to 0.24.4
Still being bitten by this, checked for an update and indeed, it's a bug in activerecord: http://github.com/rails/rails/commit/7359dc0028b87f948d188f5fa6bb366a49181a81 (sqlite adapter wasn't performing disconnect) I've turned allow_concurrency back on and no leaks :-) So not a puppet bug, but a requirement for a fixed version of activerecord (v2.0.0) ---------------------------------------- Bug #469: Rails support reopens the log file and database on every connection http://reductivelabs.com/redmine/issues/show/469 Author: luke Status: Accepted Priority: Normal Assigned to: shadoi Category: Rails Target version: 0.25.0 Complexity: Unknown Patch: None Affected version: 0.24.4 Keywords: I got 'too many open files' because of this, and when I checked the open file list with lsof, there were tens or hundreds of copies of the log and sqlite filehandles. I'm going to hold this until grover since it's just a server-side error and the Rails support is still explicitly experimental, but it should clearly be solved. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
