Re: Membership log message questions

2018-03-22 Thread Kirk Lund
If anyone really wants to look at and run the test directly, it's *Bug41733DUnitTest* on develop. Alternatively, you could pull the branch GEODE-1279-rename-regressionTests from my fork (see *https://github.com/apache/geode/pull/1672 *) where I've renamed

Membership log message questions

2018-03-22 Thread Kirk Lund
I'm looking through logs from a DUnit test that takes longer to run than I think it should. It looks to me like membership is chewing up more time than it should, and I have questions about some membership log messages. Specifically, I'm worried about: 1) double-logging by vm1 when shutdown messag

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

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

Broken: apache/geode#6976 (add-extensions-to-classpath-155484283 - bcafe0e)

2018-03-22 Thread Travis CI
Build Update for apache/geode - Build: #6976 Status: Broken Duration: 20 minutes and 47 seconds Commit: bcafe0e (add-extensions-to-classpath-155484283) Author: Orhan Kislal Message: Add extensions jars to locator/server's classpath [GEODE-4923] Signed-off-by:

Broken: apache/geode#6974 (add-extensions-to-classpath-155484283 - 73675ab)

2018-03-22 Thread Travis CI
Build Update for apache/geode - Build: #6974 Status: Broken Duration: 19 minutes and 7 seconds Commit: 73675ab (add-extensions-to-classpath-155484283) Author: Orhan Kislal Message: Add tests Signed-off-by: Jianxia Chen View the changeset: https://github.com

Errored: apache/geode#6962 (develop - d23c6d1)

2018-03-22 Thread Travis CI
Build Update for apache/geode - Build: #6962 Status: Errored Duration: 8 minutes and 11 seconds Commit: d23c6d1 (develop) Author: Jens Deppe Message: GEODE-4386: Add gfsh command to describe jndi-binding (#1653) View the changeset: https://github.com/apache/g

Re: [DISCUSS] New List for Commit and CI Emails

2018-03-22 Thread Mark Bretl
+0 I think sending notifications another list are likely to be ignored, or at-least hard to make sure people sign up for the new list. I would be for anything to 'optimize' the amount of emails from the automated systems. --Mark On Thu, Mar 22, 2018 at 12:55 PM, Ernest Burghardt wrote: > +1 fo

Re: Apache Jira access

2018-03-22 Thread Dan Smith
Done - you should have access now. Thanks, -Dan On Thu, Mar 22, 2018 at 1:52 PM, Ivan Godwin wrote: > igodwin > > Thank you, Dan. > > On Thu, Mar 22, 2018 at 9:55 AM, Dan Smith wrote: > > > Hi Ivan, > > > > What's your JIRA username? > > > > -Dan > > > > On Thu, Mar 22, 2018 at 9:53 AM, Ivan G

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

2018-03-22 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #864 was successful. --- Scheduled 2381 tests in total. https://build.spring.io/browse/SGF-NAG-864/ -- This

Re: Apache Jira access

2018-03-22 Thread Ivan Godwin
igodwin Thank you, Dan. On Thu, Mar 22, 2018 at 9:55 AM, Dan Smith wrote: > Hi Ivan, > > What's your JIRA username? > > -Dan > > On Thu, Mar 22, 2018 at 9:53 AM, Ivan Godwin wrote: > > > Hello, > > > > I am requesting access to Jira so that I may open issues. > > > > Ivan Godwin > > >

Re: [DISCUSS] New List for Commit and CI Emails

2018-03-22 Thread Ernest Burghardt
+1 for less noise and spam On Wed, Mar 21, 2018 at 11:56 AM, Galen O'Sullivan wrote: > Yeah, I think I'm sending myself convinced by Swapnil's argument. > > How about muting the "nightly build succeeded" email? > > On Wed, Mar 21, 2018 at 9:58 AM, Sean Goller wrote: > > > Concourse sends mail w

Re: Recreate Cache -- is it possible?

2018-03-22 Thread Anilkumar Gingade
A server/peer can have its own cache configuration addition to cluster-configuration; if we still support that; does the new "reloadNewClusterConfiguration()" takes care of it? -Anil. On Wed, Mar 21, 2018 at 1:06 PM, Jinmei Liao wrote: > Sounds like this is a slippery slope. I reworked the str

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

2018-03-22 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/436

Re: Apache Jira access

2018-03-22 Thread Dan Smith
Hi Ivan, What's your JIRA username? -Dan On Thu, Mar 22, 2018 at 9:53 AM, Ivan Godwin wrote: > Hello, > > I am requesting access to Jira so that I may open issues. > > Ivan Godwin >

Apache Jira access

2018-03-22 Thread Ivan Godwin
Hello, I am requesting access to Jira so that I may open issues. Ivan Godwin

Build for version 1.6.0-build.672 of Apache Geode failed.

2018-03-22 Thread apachegeodeci
= The build job for Apache Geode version 1.6.0-build.672 has failed. Build artifacts are available at: http://files.apachegeode-ci.info/builds/1.6.0-build.672/geode-build-artifacts-1.6.0-build.672.tgz

Re: GEODE Jira Access

2018-03-22 Thread Dan Smith
Hi Michael, You should have access now. Thanks! -Dan On Wed, Mar 21, 2018 at 8:09 PM, Michael Oleske wrote: > Just made an account. Username is mole...@pivotal.io > > -michael > > Michael Oleske > Software Engineer > Pivotal - Santa Monica > > On Wednesday, March 21, 2018, Dan Smith wrote: >

Re: [Proposal] Gfsh Command Feature Flag Annotation

2018-03-22 Thread Kirk Lund
Adding or removing options from a SpringShell command may be a bit tricky. This might require two versions of the command -- one version with the option, one without -- and we then load and register only one at runtime. On Wed, Mar 21, 2018 at 4:55 PM, Swapnil Bawaskar wrote: > This is a great s