Closed
Bug 625364
Opened 15 years ago
Closed 15 years ago
Socorro - long standing postgres reconnect bug
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7.6
People
(Reporter: lars, Assigned: lars)
Details
Discovered a long standing bug in the code that handles postgres connections. If a thread anonymously asks for a database connection and the connection is for some reason bad, the connection pool deletes the old connection and makes a new one. The was an exception being raised in the delete procedure that was uncaught and would prevent the connection pool from establishing a new connection. This effects only anonymous requests, so that's why we've not seen the problem a lot.
The fix is already checked into trunk and has been running on staging overnight.
This problem is not the cause of the problem that Jbekus and I were tracking down last night. It is a work around for it, though.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lars
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Target Milestone: --- → 1.7.6
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•