[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1083) Memcached commands noreply option error

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Tue May 3 02:47:18 EDT 2011


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

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

Couple of issues here: First the NPE which has been fixed and a listener has been added to make sure that even if no reply is sent back, the operation in the cache happened as expected. The second is the fact that old parameters being leaked to requests that did not have params.

> Memcached commands noreply option error
> ---------------------------------------
>
>                 Key: ISPN-1083
>                 URL: https://issues.jboss.org/browse/ISPN-1083
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Cache Server
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: 4.2.2.FINAL
>
>
> No reply not appearing to work fine. Example:
> echo -e "delete a noreply\r" | nc localhost 11211
> produces
> SERVER_ERROR java.lang.NullPointerException
> Other examples:
> $ echo -e "set a 0 0 1\r\na\r\ndelete a\r\ndelete a\r\ndelete a\r\ndelete a\r\n" | nc localhost 11211
> STORED
> DELETED
> NOT_FOUND
> NOT_FOUND
> NOT_FOUND
> $ echo -e "set a 0 0 1 noreply\r\na\r\ndelete a\r\ndelete a\r\ndelete a\r\ndelete a\r\n" | nc localhost 11211
> $

--
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