bigdata4u / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

getAvailableServers never returns my active server #253

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using version 2.8.1 on Windows 7 64bit.

I am running memcached on 127.0.0.1:11211 and it is running correctly. However, 
getAvailableServers() never reports my server as running. Further more, 
getUnavailableServers() always reports my servers as not running. The 
getStats() method always returns valid stats for my server. When I attempt to 
debug into getAvailableServers() it returns the correct results 

Original issue reported on code.google.com by sstewart...@gmail.com on 29 May 2012 at 9:17

GoogleCodeExporter commented 8 years ago
Can you see if this still persists with 2.9.0 ?

Also, please provide a specific server version that you run against, thanks!

Original comment by michael....@gmail.com on 6 Jun 2013 at 1:10

GoogleCodeExporter commented 8 years ago
The issue has been fixed in 2.9.0. Thanks.

For the record, I was using 1.4.2 (Win 64 bit) downloaded from here: 
http://www.urielkatz.com/archive/detail/memcached-64-bit-windows/

Original comment by sstewart...@gmail.com on 6 Jun 2013 at 3:49

GoogleCodeExporter commented 8 years ago
user reports fix!

Original comment by michael....@gmail.com on 6 Jun 2013 at 4:59

GoogleCodeExporter commented 8 years ago
This is still not right after all. If I debug into it it works perfectly, 
however, if I do NOT debug into it returns my server as being unavailable.

Original comment by sstewart...@gmail.com on 20 Jul 2013 at 11:30