]
Galder Zamarreño resolved ISPN-1083.
------------------------------------
Resolution: Done
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.BETA1, 5.0.0.CR2
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: