Bug 1048142

Summary: [CLI] Cannot put key with "like" value via CLI
Product: [JBoss] JBoss Data Grid 6 Reporter: Vitalii Chepeliuk <vchepeli>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NOTABUG QA Contact: Martin Gencur <mgencur>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs, rmarwaha
Target Milestone: ---   
Target Release: 6.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-15 12:45:37 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:
Embargoed:

Description Vitalii Chepeliuk 2014-01-03 09:38:31 UTC
See description of linked Jira

Comment 2 Tristan Tarrant 2014-12-10 14:23:35 UTC
Does it work with quoted keys/values ?

Comment 3 Vitalii Chepeliuk 2015-01-14 08:31:36 UTC
(In reply to Tristan Tarrant from comment #2)
> Does it work with quoted keys/values ? Yes with quoted it works

[standalone@localhost:9999 cache-container=local] cache default
[standalone@localhost:9999 local-cache=default] put key1 "like"
[standalone@localhost:9999 local-cache=default] get key1
like
[standalone@localhost:9999 local-cache=default] put key2 like
line 1:4 no viable alternative at input 'key2'
line 1:9 mismatched input 'like' expecting set null
[standalone@localhost:9999 local-cache=default] get key2
null

Comment 4 JBoss JIRA Server 2015-04-15 12:45:15 UTC
Tristan Tarrant <ttarrant> updated the status of jira ISPN-3869 to Closed