https://bugzilla.wikimedia.org/show_bug.cgi?id=20475
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] AssignedTo|wikibugs- |[email protected] |[email protected] | Summary|SpecialExport producing |SpecialExport producing |corrupt output. |corrupt output (PostgreSQL | |errors) --- Comment #1 from Brion Vibber <[email protected]> 2009-09-03 01:00:08 UTC --- Greg, can you take a look at this? Sounds like too many connections are getting closed out... For full-history exports, we open a second connection to run unbuffered queries, via a newly created DB load balancer object. It sounds like when we close out the second connection, we're also closing out the first one (perhaps we're ending up with the main LB instead of a new one, or the second connection is just aliasing to the first one instead of actually creating a new one.) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
