[Devel] Re: lcr module stops rolling over - Resolved. Connection
leak?
Mahesh Paolini-Subramanya
mahesh at aptela.com
Fri May 5 15:32:00 CEST 2006
I had a problem earlier where the lcr module would stop rolling over
(i.e., next_gw() was not returning the next gateway, even though there
*were* valid gateways to return).
During debugging and burrowing around, I serendipitously discovered that
my 'missed_calls' table did not have the same schema as the acc table (i
had added new columns to the acc table, but not to the missed_calls table).
Well, I made the schemae of the two tables identical, and that seems to
have cleared up the lcr problem - i.e., the the calls roll over
perfectly now.
So, do you think there is some kind of connection leak? Maybe
when/where it tries to write to the missed_calls table (and fails,
repeatedly), it is clobbering something?
Just FYI...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mahesh.vcf
Type: text/x-vcard
Size: 340 bytes
Desc: not available
Url : http://openser.org/pipermail/devel/attachments/20060505/e612f45a/mahesh.vcf
More information about the Devel
mailing list