We've had problems where memcache will stop listening on its port
(11211 by default) but the hazelcast server seems to still be healthy. We typically
see an IOException with the message "Too many open files".
Now monit will restart memcache if it stops listening on its port. Also,
there is now a BOSH property (memcache_hazelcast.open_file_limit) which
allows the operator to specify the maximum number of open
files/connections.
We've had problems where memcache will stop listening on its port (11211 by default) but the hazelcast server seems to still be healthy. We typically see an IOException with the message "Too many open files".
Now monit will restart memcache if it stops listening on its port. Also, there is now a BOSH property (memcache_hazelcast.open_file_limit) which allows the operator to specify the maximum number of open files/connections.