Getting warning - Could not redistribute to another node
Wed, 06/01/2011 - 02:15
Hey,
I have two membase servers and using Java library, able to do insert and retrieval. But I am getting warning
WARN net.spy.memcached.MemcachedConnection: Could not redistribute to another node, retrying primary node for 98
When I tried to access data from another server, I was able to access data. What does this error message mean ??
Regards,
Sanket Dangi
This warning means that spymemcached thinks that the server that is handling the key you are using is unavailable to process requests. As a result the message is put back in the queue and will be retried later. You were able to get/set the value even though you saw this warning because the retry succeeded.
What version of spymemcached are you using? I recommend using the latest version because there was an issue that was fixed related to this warning appearing more often than it should.