I'm using memcached-2.3.1.jar on OSX 10.5.7.
I'm seeing the following NPE fairly often in some unit tests which create and
shutdown lots of
memcached clients.
Exception in thread "Memcached IO over {MemcachedConnection to
localhost/127.0.0.1:11312} -
SHUTTING DOWN (informed client)" java.lang.NullPointerException
at
net.spy.memcached.protocol.TCPMemcachedNodeImpl.fixupOps(TCPMemcachedNodeImpl.ja
va:383)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:330)
at net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:192)
at net.spy.memcached.MemcachedClient.run(MemcachedClient.java:1444)
Original issue reported on code.google.com by x%xtophe...@gtempaccount.com on 19 Jun 2009 at 4:25
Original issue reported on code.google.com by
x%xtophe...@gtempaccount.com
on 19 Jun 2009 at 4:25