Any idea why a lab system with no traffic spits out these errors periodically?

Jun 18 21:16:51 osips-01 /usr/local/sbin/opensips[1876]: 
ERROR:ratelimit:rl_timer: cannot get pipe counter
Jun 18 21:17:01 osips-01 /usr/local/sbin/opensips[1876]: 
ERROR:ratelimit:rl_get_counter: cannot retrieve key
Jun 18 21:17:01 osips-01 /usr/local/sbin/opensips[1876]: 
ERROR:ratelimit:rl_timer: cannot get pipe counter
Jun 18 21:17:11 osips-01 /usr/local/sbin/opensips[1876]: 
ERROR:ratelimit:rl_get_counter: cannot retrieve key


#### Ratelimit module
loadmodule "ratelimit.so"
modparam("ratelimit", "cachedb_url", 
"couchbase:opensips://cb01:6360;cb02:6360/opensips")
modparam("ratelimit", "db_prefix", "termlimit_")

Is it because the key is removed after a period of time and the RL module keeps 
polling for it on the default 10 second interval?

Any way to suppress it?

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to