killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
757 stars 281 forks source link

Failed connecting to new memcached cluster #97

Closed bhaskar20001 closed 4 years ago

bhaskar20001 commented 5 years ago

Our server nodes will use this memcached client library to connect to with memcached cluster. All these nodes are on AWS cloud.

we have a configuration for our server to connect with memcacheds memcache1.server.mycompany.com:11211,memcache2.server.mycompany.com:11211

Whenever we bring new memcached cluster with same hostnames but with different IPs, memcahced clients are failing to connect with new memcached cluster. And they are still trying to reconnect on old IPs.

Can you help me resolving this problem?

Thanks.

killme2008 commented 5 years ago

What's the xmemcached version are u using?

I think this issue has been solved in #49