Actions
Defect #19956
closedConnection leak on svn/redmine integration
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
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.
Files
Actions