Gregory Green created GEODE-2269:
------------------------------------
Summary: It seems the gfsh "remove" command cannot remove r...
Key: GEODE-2269
URL: https://issues.apache.org/jira/browse/GEODE-2269
Project: Geode
Issue Type: Improvement
Reporter: Gregory Green
It seems the gfsh "remove" command cannot remove region entries with a 0 length
string key.
gfsh>query --query="select toString().length() from /Recipient.keySet()"
Result : true
startCount : 0
endCount : 20
Rows : 3
Result
------
0
2
5
gfsh>remove --region=/Recipient --key=""
Message : Key is either empty or Null
Result : false
gfsh>remove --region=/Recipient --key="''"
Message : Key is either empty or Null
Result : false
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)