Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 330 by [email protected]: Large expiration values result in no
value being stored
http://code.google.com/p/memcached/issues/detail?id=330
What steps will reproduce the problem?
1. telnet localhost 11211
2. Type into the telnet session (> lines are the server responses):
set somekey 0 1000000000 11
hello world
STORED
get somekey
END
set otherkey 0 60 11
hello world
STORED
get otherkey
VALUE otherkey 0 11
hello world
END
What is the expected output? What do you see instead?
I would expect to be able to store values with expiration value is over 30
days (2592000 seconds). Or, if that is not possible, at the very least, I
would expect an error on attempting to store. Instead, the server silently
accepts the set command, and returns nothing on the subsequent get. The
silent failure is a bit of a slap in the face, not described in the
protocol specification at
https://github.com/memcached/memcached/blob/master/doc/protocol.txt
What version of the product are you using? On what operating system?
memcached 1.4.14 on Mac OSX 10.6.8, installed using homebrew
Please provide any additional information below.
--
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/groups/opt_out.