[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-02-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-02-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15850739#comment-15850739
 ] 

ASF subversion and git services commented on GEODE-2269:


Commit c1bedbce87a0ca09b333afd1590f5d1bdd9e463c in geode's branch 
refs/heads/develop 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
>
> 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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-02-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-01-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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  
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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-01-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15837108#comment-15837108
 ] 

ASF GitHub Bot commented on GEODE-2269:
---

Github user ggreen commented on the issue:

https://github.com/apache/geode/pull/353
  


Sent from mobile phone

> On Jan 24, 2017, at 9:19 PM, Anthony Baker  
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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-01-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15837054#comment-15837054
 ] 

ASF GitHub Bot commented on GEODE-2269:
---

Github user metatype commented on a diff in the pull request:

https://github.com/apache/geode/pull/353#discussion_r97697959
  
--- Diff: .gitignore ---
@@ -12,6 +12,12 @@ build/
 .idea/
 build-eclipse/
 /tags
+bin
+runtime
--- End diff --

Thanks for the contribution!  Did you mean to include the `.gitignore` 
changes in this PR?  


> 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)


[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-01-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)