mike252004 / spymemcached

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

Errors reported to System Out from OptimizedSetImpl #97

Closed GoogleCodeExporter closed 8 years ago

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

GoogleCodeExporter commented 8 years ago
Oh thanks.  Sorry about that.

Original comment by dsalli...@gmail.com on 22 Oct 2009 at 4:20