Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 282 by [email protected]: Memcached: 55: Client using the ascii protocol
http://code.google.com/p/memcached/issues/detail?id=282

What steps will reproduce the problem?
1. Start memcached with this parameter : memcached -d -vv -m 10000 -u memcache -l 127.0.0.1 -p 11211 -c 2048 -t 20 -s /tmp/memcached
2. Put data object via java process into memcached.
3. It will reproduce this issue on memcached log screen itself.

What is the expected output? What do you see instead?

set XXX-XXX-CACHE:1d41402abc4b2a76b9719d921986505191 1 0 394

What version of the product are you using? On what operating system: 1.4.7 version of Memcached I am using.


Please provide any additional information below.

Please find log what I am having once I am trying to start

<55 new auto-negotiating client connection
55: Client using the ascii protocol
<55 stats
<54 connection closed.
<55 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<55 new auto-negotiating client connection
55: Client using the ascii protocol
<55 stats
<54 connection closed.
<55 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<54 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<54 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 version
54 VERSION 1.4.7
<54 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<54 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<54 connection closed.
<55 new auto-negotiating client connection
55: Client using the ascii protocol
<55 stats
<55 connection closed.
<54 new auto-negotiating client connection
54: Client using the ascii protocol
<54 stats
<54 connection closed.



Reply via email to