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

New issue 359 by [email protected]: Log records inconsistent
http://code.google.com/p/memcached/issues/detail?id=359

What steps will reproduce the problem?
1. See attached php script


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

In log file, using -vv verbosity:

Expected:

<40 new ascii client connection.
<40 version
40 VERSION 1.4.13
<40 set test-get_record/10431/US 1 10800 6
40 STORED
<40 get test-get_record/10431/US
40 sending key test-get_record/10431/US
40 END
<40 connection closed.


Seeing instead: (notice extra character appended to key name during send "test-get_record/10431/USt"). I was also not expecting to see the actual key value in the logfile:

<40 new ascii client connection.
<40 version
40 VERSION 1.4.13
<40 set test-get_record/10431/US 1 10800 6
40 STORED
<40 get test-get_record/10431/US
40 sending key test-get_record/10431/USt 1 6
a:0:{}

40 END
<40 connection closed.



What version of the product are you using? On what operating system?

Using Memcached 1.4.13 on Debian 7 (Wheezy), PHP 5.4 with

Installed packages, channel pecl.php.net:
=========================================
Package  Version State
memcache 2.2.7   stable



Please provide any additional information below.

Trying to use the log file for testing, but inconsistent results appear when storing an empty array.

Thank you in advance!

Attachments:
        simple.php  403 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to