Bug 745834 (EDG-75)

Summary: flush_all command pipelining problem
Product: [JBoss] JBoss Data Grid 5 Reporter: Michal Linhard <mlinhard>
Component: InfinispanAssignee: Default User <jbpapp-maint>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: nobody
Target Milestone: ---   
Target Release: EAP 5.1.0 EDG TP   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/EDG-75
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-01 13:01:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michal Linhard 2010-11-22 17:11:32 UTC
project_key: EDG

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

Comment 1 Michal Linhard 2010-11-22 17:13:06 UTC
Link: Added: This issue related JBPAPP-5439


Comment 2 Galder ZamarreƱo 2010-11-30 11:15:36 UTC
Link: Added: This issue depends ISPN-812