Bug 745831 (EDG-87) - flags in storage commands should be treated as unsigned 32bit integer
Summary: flags in storage commands should be treated as unsigned 32bit integer
Keywords:
Status: CLOSED NEXTRELEASE
Alias: EDG-87
Product: JBoss Data Grid 5
Classification: JBoss
Component: Infinispan
Version: unspecified
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: EAP 5.1.0 EDG TP
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/EDG-87
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-22 11:43 UTC by Michal Linhard
Modified: 2014-03-17 04:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-26 15:34:36 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker EDG-87 0 None None None Never

Description Michal Linhard 2010-11-22 11:43:39 UTC
project_key: EDG

"flags" argument used with memcached storage commands is described as 16 or 32 bit unsigned integer.
if I understand it correctly 16bits is recommended for clients for compatibility with older memcached implementations, but current memcached implementation should support 32bits.

original memcached implementation allows range: 0 .. 4294967295 (actually also some negative numbers, but that's a bug I guess: http://code.google.com/p/memcached/issues/detail?id=168)
we allow range: -2147483648 .. 2147483647

Comment 1 Galder Zamarreño 2010-11-24 14:24:00 UTC
Link: Added: This issue depends ISPN-794



Note You need to log in before you can comment on or make changes to this bug.