Hi, Note that I am using xmemcached client connection pool. What I observed is that the there are lot of connections and disconnection happening to the server which stores less data.
I ran memcached in verbose mode & I got the following error : Failed to read, and not due to blocking: errno: 104 Connection reset by peer On Oct 4, 7:33 pm, ktechie <[email protected]> wrote: > 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
