[
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837109#comment-15837109
]
ASF GitHub Bot commented on GEODE-2269:
---------------------------------------
Github user ggreen commented on the issue:
https://github.com/apache/geode/pull/353
Hello
I did, but feel free ignore the .gitignore if it causes any issues
Sent from mobile phone
> On Jan 24, 2017, at 9:19 PM, Anthony Baker <[email protected]>
wrote:
>
> @metatype commented on this pull request.
>
> In .gitignore:
>
> > @@ -12,6 +12,12 @@ build/
> .idea/
> build-eclipse/
> /tags
> +bin
> +runtime
> Thanks for the contribution! Did you mean to include the .gitignore
changes in this PR?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
> 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)