Jenkins build is back to normal : Geode-release-flaky #2

2017-06-01 Thread Apache Jenkins Server
See

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Darrel Schneider
+1 to the RoutableKey idea. It also gets rid of any need for a delimiter since the two args passed when constructing this key define which part is for resolving routing and which part is the key. As far as memory overhead goes we could do some optimization of how this key is stored by not exposing

[jira] [Commented] (GEODE-3003) Geode doesn't start after cluster restart when using cluster-configuration

2017-06-01 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033951#comment-16033951 ] Udo Kohlmeyer commented on GEODE-3003: -- Hi there [~Neighbour], As [~amb] indicated, t

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Fred Krone
Going this route we could do something like: RoutableKey implements PartitionResolver and pass it in as a key (this was batted around in the feature narrative). Here RO is the routing object, K is the original key. Region.put already looks for key to implement PartitonResolver and if it does will

Build failed in Jenkins: Geode-release-flaky #1

2017-06-01 Thread Apache Jenkins Server
See -- Started by upstream project "Geode-release" build number 51 originally caused by: Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variabl

[jira] [Updated] (GEODE-2661) CacheListener gets invoked when an non-existent entry is removed using removeAll

2017-06-01 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-2661: -- Description: PROBLEM: CacheListener.afterDestroy is invoked for an entry which does not exist. FIX: Mak

Build failed in Jenkins: Geode-release #51

2017-06-01 Thread Apache Jenkins Server
See -- [...truncated 104.05 KB...] :extensions/geode-modules-tomcat8:spotlessCheck :extensions/geode-modules-tomcat8:test :extensions/geode-modules-tomcat8:check :extensions/geode-modules-tomc

Review Request 59736: GEODE-2933: jmx-manager-hostname-for-clients should be a gfsh option

2017-06-01 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59736/ --- Review request for geode. Repository: geode Description --- I'm having t

[jira] [Commented] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-06-01 Thread Barry Oglesby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033883#comment-16033883 ] Barry Oglesby commented on GEODE-2947: -- The message displayed now is now: {noformat}

[jira] [Commented] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-06-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033858#comment-16033858 ] Karen Smoler Miller commented on GEODE-2947: Ticket reopened so that we can do

[jira] [Updated] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-06-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2947: --- Component/s: docs > Improve error message (seen in gfsh) when attempting to destroy a

[jira] [Reopened] (GEODE-2947) Improve error message (seen in gfsh) when attempting to destroy a region before destroying lucene indexes

2017-06-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller reopened GEODE-2947: Assignee: Karen Smoler Miller > Improve error message (seen in gfsh) when attempti

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #572 was SUCCESSFUL (with 1868 tests). Change made by John Blum.

2017-06-01 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #572 was successful. --- Scheduled with changes by John Blum. 1870 tests in total. https://build.spring.io/browse

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Anthony Baker
There is an iss...@geode.apache.org mailing list but it seems to have been misconfigured last December. All the JIRA traffic got shunted over to dev@. I filed a ticket to fix this: https://issues.apache.org/jira/browse/INFRA-14266 Anthony > On Jun 1, 2017, at 2:09 PM, Dan Smith wrote: > >

[jira] [Updated] (GEODE-3000) Refactor Admin rest request to send credentials in Authentication header and use spring security to authenticate it.

2017-06-01 Thread Swapnil Bawaskar (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Swapnil Bawaskar updated GEODE-3000: Component/s: management > Refactor Admin rest request to send credentials in Authentication

Re: flakyTest on Jenkins

2017-06-01 Thread Anthony Baker
So I finally got some time to look into this again! I split the flakyTest target [3] [4] out of the Geode-nightly [1] and Geode-release [2] jobs. The *-flaky jobs will always run after the parent job even if it was not successful. If you see something amiss, please let me know. Thanks, Anthon

Re: Requesting permission to edit the wiki

2017-06-01 Thread Dan Smith
Hi Ken, Karma bestowed! -Dan On Thu, Jun 1, 2017 at 2:33 PM, Kenneth Howe wrote: > Could I get karma to edit the wiki? > > Thanks, > Ken >

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Michael Stolz
+1 to initiating a [DISCUSS] thread on dev list for any proposed changes to the public API(s). -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Jun 1, 2017 at 5:45 PM, Kirk Lund wrote: > +1 to initiating a [DISCUSS] thread on dev list for any proposed ch

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/#review176684 --- geode-core/src/main/java/org/apache/geode/management/internal/sec

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Kirk Lund
+1 to initiating a [DISCUSS] thread on dev list for any proposed changes to the public API(s). On Thu, Jun 1, 2017 at 2:09 PM, Dan Smith wrote: > Hi devs, > > This is similar to the discussion John started about keeping track of > changes to geode. I'm seeing some changes happening to the public

[jira] [Assigned] (GEODE-2923) secure ability to create indexes

2017-06-01 Thread Kenneth Howe (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Howe reassigned GEODE-2923: --- Assignee: Kenneth Howe > secure ability to create indexes >

[jira] [Assigned] (GEODE-2924) move resources from DATA to CLUSTER

2017-06-01 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg reassigned GEODE-2924: --- Assignee: Patrick Rhomberg > move resources from DATA to CLUSTER > --

Requesting permission to edit the wiki

2017-06-01 Thread Kenneth Howe
Could I get karma to edit the wiki? Thanks, Ken

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/#review176672 --- geode-core/src/main/java/org/apache/geode/management/internal/sec

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Michael Stolz
I would love to have the automated JIRA e-mails put somewhere separate. I am becoming swamped by them but I don't want to miss important discussions. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Jun 1, 2017 at 5:15 PM, Joey McAllister wrote: > +1 to

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread John Blum
+1! Very good/helpful ideas, Dan. On Thu, Jun 1, 2017 at 2:15 PM, Joey McAllister wrote: > +1 to using "[DISCUSS]" in subject lines for this. Great idea, Dan. > > +1 also to segregating automated JIRA activity to its own list. (If we do > that, let's remember to add it to the Community web page

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Michael Stolz
I think that implementing a pre-built PartitionResolver that is bundled with Geode would enable users to leverage that PartitionResolver without writing any code just by mentioning its class name during region creation. That's a huge win. Co-location without writing code. Period. Yay! Adding the

Re: [DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Joey McAllister
+1 to using "[DISCUSS]" in subject lines for this. Great idea, Dan. +1 also to segregating automated JIRA activity to its own list. (If we do that, let's remember to add it to the Community web page.) On Thu, Jun 1, 2017 at 2:09 PM Dan Smith wrote: > Hi devs, > > This is similar to the discussi

[DISCUSS] Discussions of API changes missing or lost in noise

2017-06-01 Thread Dan Smith
Hi devs, This is similar to the discussion John started about keeping track of changes to geode. I'm seeing some changes happening to the public API that I feel like maybe should have a more visible discussion. For example GEODE-2892 (Region.sizeOnServer) or GEODE-3005 (new API for partitioning).

[jira] [Commented] (GEODE-3021) OQL Index isIndexedPdxKeys potential concurrency issue

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033680#comment-16033680 ] ASF subversion and git services commented on GEODE-3021: Commit e1

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Darrel Schneider
We already have a general purpose mechanism that, if you are willing to write java code, handles all the permutations you mention. That mechanism is the PartitionResolver interface. This new feature is intended to give users a way to control how their keys are partitioned without writing any java

[jira] [Created] (GEODE-3021) OQL Index isIndexedPdxKeys potential concurrency issue

2017-06-01 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-3021: -- Summary: OQL Index isIndexedPdxKeys potential concurrency issue Key: GEODE-3021 URL: https://issues.apache.org/jira/browse/GEODE-3021 Project: Geode Issue Type:

[jira] [Assigned] (GEODE-3021) OQL Index isIndexedPdxKeys potential concurrency issue

2017-06-01 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-3021: -- Assignee: Jason Huynh > OQL Index isIndexedPdxKeys potential concurrency issue > --

[jira] [Created] (GEODE-3020) Use standard types in map

2017-06-01 Thread Ernest Burghardt (JIRA)
Ernest Burghardt created GEODE-3020: --- Summary: Use standard types in map Key: GEODE-3020 URL: https://issues.apache.org/jira/browse/GEODE-3020 Project: Geode Issue Type: New Feature

[jira] [Resolved] (GEODE-2661) CacheListener gets invoked when an non-existent entry is removed using removeAll

2017-06-01 Thread Lynn Gallinat (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lynn Gallinat resolved GEODE-2661. -- Resolution: Fixed > CacheListener gets invoked when an non-existent entry is removed using > re

[jira] [Created] (GEODE-3019) Refactor Struct

2017-06-01 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-3019: --- Summary: Refactor Struct Key: GEODE-3019 URL: https://issues.apache.org/jira/browse/GEODE-3019 Project: Geode Issue Type: Task Components: na

[jira] [Commented] (GEODE-2661) CacheListener gets invoked when an non-existent entry is removed using removeAll

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033644#comment-16033644 ] ASF subversion and git services commented on GEODE-2661: Commit 08

Re: [jira] [Updated] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread Michael Stolz
sizeOnServer( ) is less confusing than size(boolean localSize). -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Wed, May 31, 2017 at 8:09 PM, Fred Krone (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/GEODE-2892?page= > com.atlassian.jira.plug

[jira] [Comment Edited] (GEODE-2979) Adding server after defining Lucene index results in error

2017-06-01 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033494#comment-16033494 ] Diane Hardman edited comment on GEODE-2979 at 6/1/17 7:07 PM: --

[jira] [Commented] (GEODE-2979) Adding server after defining Lucene index results in error

2017-06-01 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033494#comment-16033494 ] Diane Hardman commented on GEODE-2979: -- We are keeping this bug open for future evalu

Re: [jira] [Updated] (GEODE-3005) A developer can create a Region with Partition by Prefix using Java API

2017-06-01 Thread Michael Stolz
I really think that we're going down the wrong road with this hard-coded partition-by-prefix thing. I expect that we will have several different flavors of pre-built compound key classes. We will probably have one that takes two Integers, quite possibly one with an Integer and a String. There coul

[jira] [Updated] (GEODE-2979) Adding server after defining Lucene index results in error

2017-06-01 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diane Hardman updated GEODE-2979: - Summary: Adding server after defining Lucene index results in error (was: Adding server after def

[jira] [Updated] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-06-01 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diane Hardman updated GEODE-2979: - Labels: workaround (was: ) > Adding server after defining Lucene index results in unusable cluste

Re: Review Request 59546: GEODE-2940 Remove verification of locator host on start

2017-06-01 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59546/#review176643 --- geode-core/src/main/java/org/apache/geode/distributed/internal/Ab

[jira] [Updated] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2979: - Fix Version/s: (was: 1.2.0) > Adding server after defining Lucene index results in unusable cl

[jira] [Assigned] (GEODE-2601) Banner is logged twice during locator startup

2017-06-01 Thread Emily Yeh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emily Yeh reassigned GEODE-2601: Assignee: Emily Yeh > Banner is logged twice during locator startup > -

[jira] [Updated] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-2892: -- Description: To lower confusion while also not breaking backwards compatibility Region needs explicit "

Re: Review Request 59380: GEODE-2661 do not invoke afterDestroy events for non-existent keys in caching proxy clients and servers

2017-06-01 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59380/#review176638 --- geode-core/src/test/java/org/apache/geode/internal/cache/ha/Event

Re: Review Request 59380: GEODE-2661 do not invoke afterDestroy events for non-existent keys in caching proxy clients and servers

2017-06-01 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59380/#review176639 --- Ship it! Ship It! - Darrel Schneider On June 1, 2017, 9:48 a

[jira] [Resolved] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu resolved GEODE-2892. - Resolution: Fixed > Add sizeOnServer and isEmptyOnServer to Region > -

[jira] [Commented] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033388#comment-16033388 ] ASF subversion and git services commented on GEODE-2892: Commit ba

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Ken Howe
> On June 1, 2017, 5:09 p.m., Jared Stewart wrote: > > geode-core/src/main/java/org/apache/geode/internal/security/IntegratedSecurityService.java > > Lines 228 (patched) > > > > > > I think it might be nice to have a

Jenkins build is back to normal : Geode-nightly #853

2017-06-01 Thread Apache Jenkins Server
See

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/ --- (Updated June 1, 2017, 5:21 p.m.) Review request for geode, Emily Yeh, Jared St

[jira] [Updated] (GEODE-2940) Remove verification of locator host on start

2017-06-01 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2940: --- Description: We configure locator list to start the cache. This locator list is validated whil

[jira] [Commented] (GEODE-2979) Adding server after defining Lucene index results in unusable cluster

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033325#comment-16033325 ] Anthony Baker commented on GEODE-2979: -- What's the next step on this issue? Since th

[jira] [Updated] (GEODE-3017) On windows, we don't choose right interface for IPv6

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-3017: - Fix Version/s: 1.2.0 > On windows, we don't choose right interface for IPv6 >

[jira] [Commented] (GEODE-2940) Remove verification of locator host on start

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033322#comment-16033322 ] Anthony Baker commented on GEODE-2940: -- Please provide a useful description for this

[jira] [Updated] (GEODE-2940) Remove verification of locator host on start

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2940: - Fix Version/s: 1.2.0 > Remove verification of locator host on start >

[jira] [Commented] (GEODE-3018) CreateAlterDestroyRegionCommandsDUnitTest.testAlterRegionResetCacheListeners fails intermittently with AssertionError: expected: but was:

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033321#comment-16033321 ] ASF subversion and git services commented on GEODE-3018: Commit b3

[jira] [Updated] (GEODE-3018) CreateAlterDestroyRegionCommandsDUnitTest.testAlterRegionResetCacheListeners fails intermittently with AssertionError: expected: but was:

2017-06-01 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-3018: - Labels: DeployCommand Flaky (was: ) > CreateAlterDestroyRegionCommandsDUnitTest.testAlterRegionResetCache

[jira] [Created] (GEODE-3018) CreateAlterDestroyRegionCommandsDUnitTest.testAlterRegionResetCacheListeners fails intermittently with AssertionError: expected: but was:

2017-06-01 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-3018: Summary: CreateAlterDestroyRegionCommandsDUnitTest.testAlterRegionResetCacheListeners fails intermittently with AssertionError: expected: but was: Key: GEODE-3018 URL: https://issues.apa

[jira] [Resolved] (GEODE-2983) gfsh doesn't return user friendly error message when java property has comma separated values

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-2983. -- Resolution: Fixed > gfsh doesn't return user friendly error message when java property has comma

[jira] [Assigned] (GEODE-2931) Document existing REST API functionality for primitives as PUT values

2017-06-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller reassigned GEODE-2931: -- Assignee: Karen Smoler Miller > Document existing REST API functionality for pr

[jira] [Resolved] (GEODE-3000) Refactor Admin rest request to send credentials in Authentication header and use spring security to authenticate it.

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-3000. -- Resolution: Fixed > Refactor Admin rest request to send credentials in Authentication header and

[jira] [Resolved] (GEODE-3006) busy login/logout message in the logs when gfsh connects via http

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker resolved GEODE-3006. -- Resolution: Fixed > busy login/logout message in the logs when gfsh connects via http >

[jira] [Commented] (GEODE-3000) Refactor Admin rest request to send credentials in Authentication header and use spring security to authenticate it.

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033312#comment-16033312 ] Anthony Baker commented on GEODE-3000: -- Ah, I see. Just setting the log level on thi

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/#review176626 --- geode-core/src/main/java/org/apache/geode/internal/security/Integ

[jira] [Commented] (GEODE-3000) Refactor Admin rest request to send credentials in Authentication header and use spring security to authenticate it.

2017-06-01 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033297#comment-16033297 ] Anthony Baker commented on GEODE-3000: -- Are you planning to support both the custom h

[jira] [Commented] (GEODE-2892) Add sizeOnServer and isEmptyOnServer to Region

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033294#comment-16033294 ] ASF subversion and git services commented on GEODE-2892: Commit fb

[jira] [Issue Comment Deleted] (GEODE-3017) On windows, we don't choose right interface for IPv6

2017-06-01 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-3017: --- Comment: was deleted (was: It seems changes related to GEODE-2804 causing this issue. In that

[jira] [Updated] (GEODE-3017) On windows, we don't choose right interface for IPv6

2017-06-01 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-3017: --- Description: It seems changes related to GEODE-2804 causing this issue. In that change, we use

[jira] [Resolved] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-06-01 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller resolved GEODE-3014. Resolution: Fixed Fix Version/s: 1.2.0 > Document gfsh create lucene index an

[jira] [Commented] (GEODE-3017) On windows, we don't choose right interface for IPv6

2017-06-01 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033293#comment-16033293 ] Hitesh Khamesra commented on GEODE-3017: It seems changes related to GEODE-2804 ca

[jira] [Commented] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033289#comment-16033289 ] ASF subversion and git services commented on GEODE-3014: Commit 33

Re: Review Request 59380: GEODE-2661 do not invoke afterDestroy events for non-existent keys in caching proxy clients and servers

2017-06-01 Thread Lynn Gallinat
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59380/ --- (Updated June 1, 2017, 4:48 p.m.) Review request for geode, anilkumar gingade,

Re: 1.2.0 release branch

2017-06-01 Thread Bruce Schuchardt
Fred, Is there an Apache JIRA for that? On 6/1/17 9:28 AM, Fred Krone wrote: Storage also has GEM-1469 On Thu, Jun 1, 2017 at 7:48 AM, Jinmei Liao wrote: I've marked these for 1.2.0 release as well: GEODE-3000 GEODE-3006 GEODE-2983 On Wed, May 31, 2017 at 5:25 PM, Anthony Baker wrote:

[jira] [Commented] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033277#comment-16033277 ] ASF subversion and git services commented on GEODE-2966: Commit cf

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/ --- (Updated June 1, 2017, 4:41 p.m.) Review request for geode, Emily Yeh, Jared St

[jira] [Commented] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033278#comment-16033278 ] ASF subversion and git services commented on GEODE-2966: Commit fd

[jira] [Commented] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033274#comment-16033274 ] ASF subversion and git services commented on GEODE-3014: Commit 8c

[jira] [Commented] (GEODE-3014) Document gfsh create lucene index and region failure sequence

2017-06-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033275#comment-16033275 ] ASF GitHub Bot commented on GEODE-3014: --- Github user asfgit closed the pull request

[GitHub] geode pull request #554: GEODE-3014 Document server/region/Lucene index star...

2017-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/554 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (GEODE-2989) Improve mechanism for scanning the classpath to find gfsh commands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033276#comment-16033276 ] ASF subversion and git services commented on GEODE-2989: Commit a0

[jira] [Assigned] (GEODE-2920) secure disk-store as a resource

2017-06-01 Thread Kenneth Howe (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth Howe reassigned GEODE-2920: --- Assignee: (was: Kenneth Howe) > secure disk-store as a resource > ---

[jira] [Commented] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033267#comment-16033267 ] ASF subversion and git services commented on GEODE-2966: Commit ad

Re: 1.2.0 release branch

2017-06-01 Thread Udo Kohlmeyer
At this stage I think we also need to include: GEODE-3017 GEODE-2940 and possibly GEODE-3003 --Udo On 6/1/17 07:48, Jinmei Liao wrote: I've marked these for 1.2.0 release as well: GEODE-3000 GEODE-3006 GEODE-2983 On Wed, May 31, 2017 at 5:25 PM, Anthony Baker wrote: I created a release

[jira] [Created] (GEODE-3017) On windows, we don't choose right interface for IPv6

2017-06-01 Thread Hitesh Khamesra (JIRA)
Hitesh Khamesra created GEODE-3017: -- Summary: On windows, we don't choose right interface for IPv6 Key: GEODE-3017 URL: https://issues.apache.org/jira/browse/GEODE-3017 Project: Geode Issue

Re: 1.2.0 release branch

2017-06-01 Thread Fred Krone
Storage also has GEM-1469 On Thu, Jun 1, 2017 at 7:48 AM, Jinmei Liao wrote: > I've marked these for 1.2.0 release as well: > > GEODE-3000 > GEODE-3006 > GEODE-2983 > > On Wed, May 31, 2017 at 5:25 PM, Anthony Baker wrote: > > > I created a release branch for v1.2.0: > > release/1.2.0 >

[jira] [Resolved] (GEODE-2989) Improve mechanism for scanning the classpath to find gfsh commands

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart resolved GEODE-2989. -- Resolution: Fixed > Improve mechanism for scanning the classpath to find gfsh commands > ---

[jira] [Resolved] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart resolved GEODE-2966. -- Resolution: Fixed > Refactor LauncherLifecycleCommands > -- > >

[jira] [Updated] (GEODE-2933) jmx-manager-hostname-for-clients should be a gfsh option

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2933: - Fix Version/s: 1.3.0 > jmx-manager-hostname-for-clients should be a gfsh option >

[jira] [Updated] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2966: - Fix Version/s: 1.3.0 > Refactor LauncherLifecycleCommands > -- > >

[jira] [Updated] (GEODE-2933) jmx-manager-hostname-for-clients should be a gfsh option

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2933: - Fix Version/s: (was: 1.3.0) > jmx-manager-hostname-for-clients should be a gfsh option > -

[jira] [Updated] (GEODE-2989) Improve mechanism for scanning the classpath to find gfsh commands

2017-06-01 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2989: - Fix Version/s: 1.3.0 > Improve mechanism for scanning the classpath to find gfsh commands > --

[jira] [Commented] (GEODE-2966) Refactor LauncherLifecycleCommands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033214#comment-16033214 ] ASF subversion and git services commented on GEODE-2966: Commit 90

[jira] [Commented] (GEODE-2989) Improve mechanism for scanning the classpath to find gfsh commands

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033213#comment-16033213 ] ASF subversion and git services commented on GEODE-2989: Commit 2f

Re: Review Request 59692: GEODE-2925: add target for resource operation for finer grained security

2017-06-01 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59692/ --- (Updated June 1, 2017, 3:50 p.m.) Review request for geode, Emily Yeh, Jared St

[jira] [Commented] (GEODE-2741) Use C++11 shared pointer over custom shared pointer

2017-06-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033147#comment-16033147 ] ASF subversion and git services commented on GEODE-2741: Commit 4f

Re: Enabling debugging from gfsh launched components

2017-06-01 Thread Jinmei Liao
this should be fixed on the develop branch now. Thanks! On Wed, May 31, 2017 at 8:47 AM, Jens Deppe wrote: > OK, thanks Jinmei. > > --Jens > > On Wed, May 31, 2017 at 8:42 AM, Jinmei Liao wrote: > > > I believe this is due to bug I introduced when working on gfsh parser > when > > dealing with

  1   2   >