Hi, I am using xmemcached as client. There are two memcached servers in the setup. There is a batch program which puts data in both the memcached servers. The batch program & the memcached servers all 3 are on different vm's, In this situation the keys are distributed evenly across the two servers.
In another environment the batch program and one of the memcached was on same vm and one memcached server on another vm. In this scenario, the local server got 3 times the amount of data, compared to the remote server. I tried to simulate this in my local environment, but could not. Any idea why in one particular environment there is an uneven distribution of keys. I have not given any weightage. Thanks for your replies
