[infinispan-issues] [JBoss JIRA] Commented: (ISPN-784) In Memcached, negative items sizes in set/add should return CLIENT_ERROR

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Nov 24 10:24:59 EST 2010


    [ https://jira.jboss.org/browse/ISPN-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565137#comment-12565137 ] 

Galder Zamarreño commented on ISPN-784:
---------------------------------------

https://github.com/infinispan/infinispan/pull/63

> In Memcached, negative items sizes in set/add should return CLIENT_ERROR
> ------------------------------------------------------------------------
>
>                 Key: ISPN-784
>                 URL: https://jira.jboss.org/browse/ISPN-784
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Cache Server
>    Affects Versions: 4.1.0.Final, 4.2.0.BETA1
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 4.2.0.CR2, 4.2.0.Final
>
>
> our server: 
> $ echo -e "set issue70 0 0 -1\r" | nc localhost 11211 
> SERVER_ERROR org.infinispan.server.core.ServerException: java.lang.NegativeArraySizeException 
> original memcached implementation: 
> $ echo -e "set issue70 0 0 -1\r" | nc localhost 11212 
> CLIENT_ERROR bad command line format 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list