[
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15836651#comment-15836651
]
ASF GitHub Bot commented on GEODE-2269:
---------------------------------------
GitHub user ggreen opened a pull request:
https://github.com/apache/geode/pull/353
GEODE-2269 update to allow region entries non null empty key such as …
update to allow region entries non null empty key such as zero length
strings to be removed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ggreen/geode GEODE-2269
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/353.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #353
----
commit 35fcebd1a2341ce73e9f5ef695c3fc388bc0e1a4
Author: Gregory Green <[email protected]>
Date: 2017-01-24T21:13:25Z
GEODE-2269 update to allow region entries non null empty key such as zero
length strings to be removed
----
> 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
>
> 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)