Geode unit tests completed in 'develop/DistributedTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/129

Geode unit tests completed in 'develop/FlakyTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/199

Geode unit tests completed in 'develop/IntegrationTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/185

Geode unit tests completed in 'develop/DistributedTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/128

Broken: apache/geode#6054 (develop - ad5a311)

2018-02-07 Thread Travis CI
Build Update for apache/geode - Build: #6054 Status: Broken Duration: 14 minutes and 51 seconds Commit: ad5a311 (develop) Author: Sean Goller Message: [GEODE-4630] Add timestamps directories to subdivide test artifacts. (#1412) View the changeset: https://gi

Broken: apache/geode#6046 (develop - f69130e)

2018-02-07 Thread Travis CI
Build Update for apache/geode - Build: #6046 Status: Broken Duration: 22 minutes and 5 seconds Commit: f69130e (develop) Author: Dave Barnes Message: GEODE-4609: Create region gfsh command option --skip-if-exists defaults to false View the changeset: https:/

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #821 was SUCCESSFUL (with 2324 tests)

2018-02-07 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #821 was successful. --- Scheduled 2326 tests in total. https://build.spring.io/browse/SGF-NAG-821/ -- This

Next release: 1.5.0

2018-02-07 Thread Anthony Baker
Hi all, Nice work on getting the 1.4.0 release out the door! Next up is 1.5.0. Any one want to volunteer for release manager? If you haven’t done this before and would like to try, please review [1]. I’ve been advocating for more frequent releases. I’d love see a March release—which means

Geode unit tests completed in 'develop/FlakyTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/196

Broken: apache/geode#6018 (develop - f0d40e3)

2018-02-07 Thread Travis CI
Build Update for apache/geode - Build: #6018 Status: Broken Duration: 18 minutes and 13 seconds Commit: f0d40e3 (develop) Author: jinmeiliao Message: GEODE-4604: rest api function execution needs to check the required p… (#1388) View the changeset: https://g

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread John Blum
Exactly, a logging/auditing *CacheListener* would possibly be useful across multiple Regions, for instance. Again, I don't know that this feature is as useful in tooling when an application largely drives that based on UCs/workflows and data access patterns. I.e. there are many ways to skin a cat

Geode unit tests completed in 'develop/DistributedTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/127

Geode unit tests completed in 'develop/IntegrationTest' with non-zero exit code

2018-02-07 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/IntegrationTest/builds/182

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread Jinmei Liao
John, I should have been more specific in my original proposal. It should read as "deprecating create region using --template-region" option in gfsh. I am sure the concept can be useful in other creation mechanism as long as they have a way to ensure that those callback are available on the member

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread John Blum
+0 As an FYI, *Spring Data Geode/GemFire* already provides such a capability [1], which makes much more sense from an application standpoint than a tooling standpoint. Having said that, I would also add that this capability is 1 of the more popular features in SDG (particularly from customers).

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread Kenneth Howe
+1 for deprecating Looks to me that there are too many variations on what attributes to apply to the new region to ever get it right for all situations. As Anil said, copy and paste the command used to create the original region and modify attributes as necessary for the new region. > On Feb 7,

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread Nick Reich
+1 for deprecating --template-region. It feels like a convenience method that by it very nature has an unobvious result and would require more effort to understand so it could be used correctly by a user than the value that it presents. On Wed, Feb 7, 2018 at 10:26 AM, Anilkumar Gingade wrote: >

Re: [PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread Anilkumar Gingade
+1 for deprecating --template-region User can always find the command used to create the region and re-use it (or if its in script, cut and paste the line). -Anil. On Wed, Feb 7, 2018 at 9:49 AM, Jinmei Liao wrote: > Hi, All, > > currently, there are two ways to create a region, either to use

[PROPOSAL]: deprecating create region using --template-region option

2018-02-07 Thread Jinmei Liao
Hi, All, currently, there are two ways to create a region, either to use a "--type" option indicating a region shortcut or a "--template-region" option specifying another regionPath where you want to copy the attribute from. First of all, we are not sure what set of attributes that make sense to