Vote #76407
完了Connection leak on svn/redmine integration
0%
説明
In our systems we have detected a large number of open connections from the Apache web server of our redmine, which reached the limit of allowed connections from our postgresql, forcing us to restart the Apache server periodically.
After some monitoring we have discovered the reason, it appears to be a connection leak in the perl module for the integration between redmine and subversion. The database connection is being opened so soon and it's possible returning from the function without closing that connection.
journals
--------------------------------------------------------------------------------
Patch committed, thanks.
--------------------------------------------------------------------------------