Using version 2.4 on a Windows XP box with Sun JDK 1.6, talking to a
Memcached server version 1.4.2 on an Ubuntu Linux box.
We made a small micro test harness for looking at performance and playing
with client and server. I have a multi-threaded test that runs fine using
the Text protocol. When I switched to using the Binary protocol, I get a
bunch of printouts to stdout that look like ...
Got 2 for 66
Got 2 for 67
Got 2 for 177
I tracked the System.out call to the OptimizedSetImpl.finishedPayload() method.
This looks like a left over debugging/development printout that should be
removed.
Original issue reported on code.google.com by richard....@gmail.com on 22 Oct 2009 at 3:55
Original issue reported on code.google.com by
richard....@gmail.com
on 22 Oct 2009 at 3:55