Memcached flush_all command pipelining problem
----------------------------------------------
Key: ISPN-812
URL:
https://jira.jboss.org/browse/ISPN-812
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 4.1.0.Final, 4.2.0.CR2
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 4.2.0.CR3, 4.2.0.Final
From Michal:
"memcached server module flush_all command cannot be in the middle of pipelined
command input.
(this is probably tightly connected to JBPAPP-5439, but manifests itself in different
scenario as well)
testcase:
$ echo -e "flush_all\r\nget a" | nc localhost 11211
SERVER_ERROR org.infinispan.server.core.ServerException: java.lang.NumberFormatException:
For input string: "get"
expected output:
OK
END "
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: