[
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850679#comment-15850679
]
ASF GitHub Bot commented on GEODE-2269:
---------------------------------------
Github user upthewaterspout commented on the issue:
https://github.com/apache/geode/pull/353
+1 I'll merge the non .gitignore changes. I don't think we should be
ignoring directories named bin, we actually have some code checked in those
directories.
I suspect maybe you are using eclipse? The default eclipse behavior is to
create an output directory called bin. If so, you should use ./gradlew eclipse
and then just import the generated eclipse project into your workspace. Not
only will that fix the output directory but it will setup your classpath for
you!
> 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.15#6346)