[infinispan-issues] [JBoss JIRA] Created: (ISPN-812) Memcached flush_all command pipelining problem
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Tue Nov 30 06:17:09 EST 2010
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.2.0.CR2, 4.1.0.Final
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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list