i just compiled current master branch, and got these warnings:
CC (cc) [L libbinrpc.so.0.1] binrpc_api.o
binrpc_api.c:70:1: warning: "INT2STR_MAX_LEN" redefined
In file included from ../../modules/ctl/../../ip_addr.h:50,
from ../../modules/ctl/init_socks.h:36,
from binrpc_api.c:48:
../../modules/ctl/../../ut.h:242:1: warning: this is the location of the previous definition
binrpc_api.c: In function ‘get_reply’:
binrpc_api.c:504: warning: format ‘%ld’ expects …
[View More]type ‘long int’, but argument 4 has type ‘int’
binrpc_api.c:504: warning: format ‘%ld’ expects type ‘long int’, but argument 4 has type ‘int’
-- juha
[View Less]
Hello,
I am very very very frequently seeing in logs "Lost connection to MySQL
Server" --- the MySQL server that it is connecting to is less than 1 ms
away (essentially sitting in the same rack).
Dec 8 19:21:15 /usr/local/sbin/kamailio[4149]: INFO: dialog
[dlg_db_handler.c:584]: trying to remove dialog
[c9d5ed0-13c4-4ee10778-92e3eb21-a90244c(a)XXX.XXX.XXX.XXX], update_flag is 4
Dec 8 19:21:16 /usr/local/sbin/kamailio[4149]: ERROR: db_mysql
[km_dbase.c:122]: driver error on query: Lost …
[View More]connection to MySQL server
during query
Dec 8 19:21:16 /usr/local/sbin/kamailio[4149]: ERROR: <core>
[db_query.c:242]: error while submitting query
Dec 8 19:21:16 /usr/local/sbin/kamailio[4149]: ERROR: dialog
[dlg_db_handler.c:598]: failed to delete database information
*** MOD PARAM CONFIG ***
# database ping
modparam("db_mysql", "ping_interval", 150)
modparam("db_mysql", "auto_reconnect", 1)
Any thoughts on what may be happening? It seems the overall connection
(network) between the two servers is great.
Thanks for your time & input in advance!
Sincerely,
Brandon Armstead
[View Less]