zzyugl / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

add a getUnavailableServers method would be nice #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add a net.rubyeye.xmemcached.MemcachedClient#getUnavailableServers() would be 
nice to trace the servers not available.

Original issue reported on code.google.com by wumengye@gmail.com on 21 Oct 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Yes,it would be nice to add this method,thanks.

Original comment by killme2...@gmail.com on 21 Oct 2011 at 11:04

GoogleCodeExporter commented 9 years ago
hi,原来在MemcachedClient已经有一个方法getReconnectRequestQueue可以
获取等待重连的服务器列表,也就是不可用的服务器列表。

不过这个返回只是调用当时的一个snapshot,不保证完全正确。

因此这个issue不需要了,谢谢。

Original comment by killme2...@gmail.com on 29 Oct 2011 at 2:40