roc230 / spymemcached

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

timeout with memcached for windows when using BinaryConnectionFactory #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DefaultConnectionFactory works fine
here is memcached for windows: http://jehiah.cz/projects/memcached-win32/

2009-10-29 10:27:41.209 INFO net.spy.memcached.MemcachedConnection:  Added 
{QA sa=/127.0.0.1:11211, #Rops=0, #Wops=0, #iq=0, topRop=null, topWop=null, 
toWrite=0, interested=0} to connect queue
2009-10-29 10:27:41.209 INFO net.spy.memcached.MemcachedConnection:  
Connection state changed for sun.nio.ch.SelectionKeyImpl@1c5c1
Exception in thread "main" net.spy.memcached.OperationTimeoutException: 
Timeout waiting for value
    at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:853)
    at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:868)
    at memcached.Main.main(Main.java:72)
Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: 
Timed out waiting for operation - failing node: /127.0.0.1:11211
    at 
net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:59)
    at net.spy.memcached.internal.GetFuture.get(GetFuture.java:37)
    at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:846)
    ... 2 more

Original issue reported on code.google.com by zhouyanm...@gmail.com on 29 Oct 2009 at 2:32

GoogleCodeExporter commented 9 years ago
That version predates the first version of memcached with binary protocol 
support by
about three years.  It's *really* old.

We're working on getting a newer version available for windows so hopefully 
people
don't have to run those forever.  They're known to be quite buggy.  :(

Original comment by dsalli...@gmail.com on 29 Oct 2009 at 2:39