Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 171 by borlak: stats detail dump not working for multiple servers
http://code.google.com/p/memcached/issues/detail?id=171
What steps will reproduce the problem?
1. start multiple memcache servers
2. stats reset (each server)
3. stats detail on (each server)
4. connect using PECL/memcache or PECL/memcached in PHP
5. addServer for each memcache server, as usual
6. save & get keys as normal
7. stats detail dump (each server)
What is the expected output? What do you see instead?
only one server has a list of keys in the dump. the other servers will
have zero keys
What version of the product are you using? On what operating system?
memcache 1.4.5, PECL/memcache 2.2.6, centOS 5.5 x86_64
Please provide any additional information below.
the regular 'stats' command shows plenty of traffic flowing on each server,
and the application is working as expected. one memcache server could not
in reality handle the traffic we are sending to it, so we know the
gets/sets are working properly, but something is broken with the stats
detail system.
we are not using both PECL/memcache and PECL/memcached at the same time --
we have tried both and both are having this same issue.
debugging this is not really feasible since this is our production
environment and even seconds of downtime costs us money.
the key dump has helped us tremendously in the past.
thank you,
Michael