nightdomain / jmemcache-daemon

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

Binary testBulkGet test fails on trunk (0.9-SNAPSHOT) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the series of 'sets' execute in the testBulkGet method of the 
integration test during binary protocol mode, the set command fails with an 
exception on the client side:

java.lang.NullPointerException
    at 
net.spy.memcached.MemcachedClient$1.receivedStatus(MemcachedClient.java:281)
    at 
net.spy.memcached.protocol.binary.OptimizedSetImpl.finishedPayload(Optimized
SetImpl.java:133)
    at 
net.spy.memcached.protocol.binary.OperationImpl.readFromBuffer(OperationImpl
.java:133)
    at 
net.spy.memcached.protocol.binary.OptimizedSetImpl.readFromBuffer(OptimizedS
etImpl.java:19)
    at 
net.spy.memcached.MemcachedConnection.handleReads(MemcachedConnection.java:3
62)
    at 
net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:306)
    at 
net.spy.memcached.MemcachedConnection.handleIO(MemcachedConnection.java:193)
    at net.spy.memcached.MemcachedClient.run(MemcachedClient.java:1458)

Original issue reported on code.google.com by ryan.daum on 6 Nov 2009 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by ryan.daum on 6 Nov 2009 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by ryan.daum on 8 Nov 2009 at 6:52

GoogleCodeExporter commented 9 years ago
Fixed; error was related the handling of 'corked' (delayed bulk writes) in 
out-of-order 
messages.

Original comment by ryan.daum on 5 Feb 2010 at 3:11