[asterisk-bugs] [JIRA] (ASTERISK-23776) [patch] Specify timeout for database write in SQLite
    Rusty Newton (JIRA) 
    noreply at issues.asterisk.org
       
    Thu May 22 06:58:45 CDT 2014
    
    
  
Rusty Newton created ASTERISK-23776:
---------------------------------------
             Summary: [patch] Specify timeout for database write in SQLite
                 Key: ASTERISK-23776
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23776
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: CDR/cdr_sqlite3_custom, CEL/cel_sqlite3_custom, Core/AstDB, Resources/res_config_sqlite3
    Affects Versions: SVN, 11.9.0, 12.2.0
            Reporter: Igor Goncharovsky
We have faced situation when using CDR and CEL by sqlite3 modules. With system having high load (~100 concurrent calls created by sipp) we found many cdr and cel records missed. There is special finction in sqlite3, that make able to fix this situation - sqlite3_wait_timeout, that also can replace awful code cdr_sqlite3 ad cel_sqlite3 modules. Also this function can be used for aastdb and res_config_sqlite3 to avoid missed writes to sqlite db.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
    
    
More information about the asterisk-bugs
mailing list