roc230 / spymemcached

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

transient NPE after shutdown #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in c3d30fa8f5efabe669e46a5cd2cefc6a0dd94071

Original comment by dsalli...@gmail.com on 21 Jun 2009 at 1:02