[SR-Users] ACCDB insert issues

Yufei Tao yufei.tao at redembedded.com
Thu Mar 22 10:32:13 CET 2012


Hi

I've also seen this error
"ERROR: acc [acc.c:405]: failed to insert into database ".

This seem to happen when cdrs_procedure runs at the same time of acc table insert. Can also be reliably reproduced by locking the acc table, make a call (about 20 seconds or more), end the call, wait for a short while, unlock acc table. This causes this error, and Kamailio inserts duplicated INIVTE / BYE entries into acc table. The number of duplicated entries depends on how long you've locked the table for. So I think this acc insert error may have been to do with table locking when cdrs_procedure is run.

When there are duplicated entries in acc table, cdrs_procedure takes the first INVITE/BYE entires and updated the cdrs table correctly. But threw an error when it hits the next duplicated entry and stop. So for us it didn't seem to cause any trouble for cdrs records so I didn't chase it further. But would be nice if we could stop/handle the duplicated entries some how.

Not a fix at at all, just some clues that might help.

Yufei



Message: 5
Date: Wed, 21 Mar 2012 20:28:33 +0200
From: Uri Shacked <ushacked at gmail.com>
Subject: Re: [SR-Users] ACCDB insert issues
To: "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) -
        Users   Mailing List" <sr-users at lists.sip-router.org>
Message-ID:
        <CAMMbDhTK2h4s1y_YJ_Tp8J7eZT4cmn_w1OkDBAS+3oAaZEZpAw at mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

Well, after some experiments...

Two things made the difference:

1. Use only the id as Pkey and remove all other indexes (helped a little).

2. Set myisam engine to the table (i knew that but tried innodb for its
reliability)

Now we are back in order to deal with many, many CAPS.

Thanks,



If someone has another idea, and uses innodb for the ACC. please advise...



BR,

Uri
On Tue, Mar 20, 2012 at 12:22 PM, Uri Shacked <ushacked at gmail.com> wrote:


> >  no log on the msqld for it.
> > there is the CDR server that collects the events every 5 min and deletes
> > old once... i disabled it becoase i believed it was it.  but, no.... the
> > error apears again...
> > a BI specialist told me it must have something to do with the number of
> > columns and the data type...
> >
> >  On Tue, Mar 20, 2012 at 12:06 PM, Daniel-Constantin Mierla <
> > miconda at gmail.com> wrote:
> >
>> >> Do you have error messages in mysql server logs? Is there another
>> >> application that may block the acc table?
>> >>
>> >> The error refers to unavailability of the mysql server...
>> >>
>> >> Cheers,
>> >> Daniel
>> >>
>> >>
>> >> On 3/20/12 11:03 AM, Uri Shacked wrote:
>> >>
>> >>  ERROR: db_mysql [km_dbase.c:122]: driver error on query: Lost
>> >> connection to MySQL server during query
>> >> Mar 18 20:03:38 net-ivr-KamIN-J1 /usr/local/sbin/kamailio[2671]: ERROR:
>> >> <core> [db_query.c:186]: error while submitting query
>> >> Mar 18 20:03:38 net-ivr-KamIN-J1 /usr/local/sbin/kamailio[2671]: ERROR:
>> >> acc [acc.c:405]: failed to insert into database
>> >>
>> >> Whe apears, from time to time, for some of them. it can rest for 2-10
>> >> hours, then have a "glitch" of 160 sql driver errors, and rest again....
>> >>
>> >>
>> >>
>> >> On Tue, Mar 20, 2012 at 11:51 AM, Daniel-Constantin Mierla <
>> >> miconda at gmail.com> wrote:
>> >>
>>> >>> Hello,
>>> >>>
>>> >>>
>>> >>> On 3/20/12 10:11 AM, Uri Shacked wrote:
>>> >>>
>>> >>>  Hi,
>>> >>>
>>> >>>
>>> >>>
>>> >>> I am using the ACCDB with extra data. I collect the data to AVP's and
>>> >>> set it on the db_extra. It gets to be 37 columns?. Pretty long?
>>> >>> The problem I experience is that after a while (2-3 hours) with about 15
>>> >>> CAPS the MySQL ACC insert error appears.
>>> >>> And, I am loosing accounting data.
>>> >>>
>>> >>> what are the errors? Once they appear, is it for all records or just
>>> >>> from time to time, to some of them?
>>> >>>
>>> >>> Cheers,
>>> >>> Daniel
>>> >>>
>>> >>>
>>> >>>
>>> >>> Except of narrowing the amount of columns and setting the fields
>>> >>> (INT,CHAR etc.), does anyone has any ideas?
>>> >>>
>>> >>>
>>> >>>
>>> >>> The db_insert_mode set to 1 does not work (my ACC table is INNODB
>>> >>> because I don?t want to lose info).
>>> >>>
>>> >>>
>>> >>>
>>> >>> BR,
>>> >>>
>>> >>> Uri
>>> >>>
>>> >>>
>>> >>> _______________________________________________
>>> >>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users at lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>> >>>
>>> >>>
>>> >>> --
>>> >>> Daniel-Constantin Mierla
>>> >>> Kamailio Advanced Training, April 23-26, 2012, Berlin, Germanyhttp://www.asipto.com/index.php/kamailio-advanced-training/
>>> >>>
>>> >>>
>> >>
>> >> --
>> >> Daniel-Constantin Mierla
>> >> Kamailio Advanced Training, April 23-26, 2012, Berlin, Germanyhttp://www.asipto.com/index.php/kamailio-advanced-training/
>> >>
>> >>
> >
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20120321/dd9bf194/attachment.htm>

--
Yufei Tao
Red Embedded

This E-mail and any attachments hereto are strictly confidential and intended solely for the addressee. If you are not the intended addressee please notify the sender by return and delete the message.

You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender.

Red Embedded Design, Company Number 06688253 Registered in England: The Waterfront, Salts Mill Rd, Saltaire, BD17 7EZ



More information about the sr-users mailing list