Closed GoogleCodeExporter closed 8 years ago
Again, thanks for the patch. This may explain an issue we've been
investigating recently
Original comment by ingen...@gmail.com
on 23 Aug 2011 at 5:36
Added to couchbase Gerrit as http://review.couchbase.org/9402
Original comment by dtm@google.com
on 6 Sep 2011 at 2:15
This has been merged into the 2.7.2 and 2.8 branch. Attached is a 2.7.2 jar
with the fix.
Original comment by mikewie...@gmail.com
on 6 Sep 2011 at 11:46
Attachments:
Hello!
I am also running into this issue, specifically getting the assertion error "No
output buffer" thrown by BaseOperationImpl.java:79. The error occurs whenever
memcached is losing a connection and attempts to reconnect
(MemcachedConnection.queueReconnect). However, I am only experiencing this the
moment I enabled the binary communication mode.
I looked into the patch above which seems to tackle this problem, but also
wraps literally every method of the Operation object with synchronized locks,
and I am a bit skeptical about the impact on performance.
Do you have any further information on this issue, especially why it
exclusively happens with binary connections, while ASCII mode works fine?
Thanks!
Sebastian
Original comment by buzz...@gmail.com
on 10 Oct 2011 at 6:59
Original issue reported on code.google.com by
dtm@google.com
on 22 Aug 2011 at 1:57Attachments: