[ https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15851894#comment-15851894 ]
ASF subversion and git services commented on GEODE-2269: -------------------------------------------------------- Commit c1bedbce87a0ca09b333afd1590f5d1bdd9e463c in geode's branch refs/heads/feature/GEODE-1930-2 from [~ggreen] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=c1bedbc ] GEODE-2269 Allow region entries with non null empty key such as zero length strings to be removed This closes #353 > 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 > Components: docs > Reporter: Gregory Green > Fix For: 1.2.0 > > > 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.15#6346)