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

2018-01-24 Thread apachegeodeci
Pipeline results can be found at: Concourse: https://concourse.apachegeode-ci.info/teams/main/pipelines/release-1.4.0/jobs/DistributedTest/builds/12

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

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

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

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

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

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

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #807 was SUCCESSFUL (with 2324 tests). Change made by Mark Paluch.

2018-01-24 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #807 was successful. --- Scheduled with changes by Mark Paluch. 2326 tests in total.

Re: Proposal: GEODE-4367 - Return PDXInstance when Domain Object can't be found

2018-01-24 Thread Michael Stolz
I should have said Geode 2.0 rather than GemFire 10... Sorry. My GemFire roots are showing ;( -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here. On Wed,

Re: Proposal: GEODE-4367 - Return PDXInstance when Domain Object can't be found

2018-01-24 Thread Michael Stolz
I agree that we should have api level choice for whether to read serialized or not. We can deprecate read-serialized and get rid of it in GemFire 10. -- Mike Stolz Principal Engineer, GemFire Product Lead Mobile: +1-631-835-4771 Download the new GemFire book here.

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Dennis Dai
Right on the heels of Spring Framework 5.0.3 release, great job as always! Dennis Dai d...@epaysol.com > On Jan 24, 2018, at 9:35 AM, John Blum wrote: > > Apache Geode Community- > > I am very pleased to follow-up to the announcement by Mark Paluch on the > release of

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

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

Roadmap and Upcoming Features for Spring Data for Apache Geode 2.1 (SD Lovelace)...

2018-01-24 Thread John Blum
Hi Apache Geode Community- Now that SDG 2.0 is fairly stable (entering its 3rd service release already now) and I have resolved all known issues, particularly with the new SDG Annotation configuration, I figured I would take this opportunity to let you all know about some of the features I have

Re: Addition of rmi-io library

2018-01-24 Thread Anthony Baker
Mike, ?? I think you meant 1.4.0 ?? Let’s keep the release discussion on the VOTE thread. IMO, adding another port has implications for security, firewalls, containers, bind addresses, etc. I haven’t cast my release vote yet since I’m still considering these things. Anthony > On Jan 24,

Re: Addition of rmi-io library

2018-01-24 Thread Michael Stolz
There is going to be a 9.3.1 shortly after 9.3.0. Lets not hold 9.3.0 for this. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 24, 2018 10:58 AM, "Jinmei Liao" wrote: yeah, Jens just found that out too. It's opening up a new port in

Re: [VOTE] Apache Geode release - 1.4.0 RC1

2018-01-24 Thread Anthony Baker
Reviewed: - tags - maven repo - builds from source, also geode-examples - checked for binaries The pom added this dependency: org.slf4j slf4j-api 1.7.24 runtime and then this exclusion for the the log4j-slf4j-impl dependency:

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Michael Stolz
Congratulations. Great job as always. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 24, 2018 10:35 AM, "John Blum" wrote: > Apache Geode Community- > > I am very pleased to follow-up to the announcement by Mark Paluch on the > release

Re: Addition of rmi-io library

2018-01-24 Thread Jens Deppe
Right - it needs to piggy-back on the existing JMX/RMI port in which case no new ports will be required. We're testing this now. --Jens On Wed, Jan 24, 2018 at 9:58 AM, Jinmei Liao wrote: > yeah, Jens just found that out too. It's opening up a new port in either >

Re: [VOTE] Apache Geode release - 1.4.0 RC1

2018-01-24 Thread Dan Smith
-1 due to to the security risks introduced by GEODE-4131 (using rmi-io for deploying jars). -Dan On Wed, Jan 24, 2018 at 8:08 AM, Anthony Baker wrote: > Here’s a better URL for release notes that doesn’t require logging in: >

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Mark Secrist
Awesome! On Wed, Jan 24, 2018 at 10:35 AM, John Blum wrote: > Apache Geode Community- > > I am very pleased to follow-up to the announcement by Mark Paluch on the > release of Spring Data Kay SR3. This includes Spring Data for Apache Geode > 2.0.3.RELEASE. > > The 3rd service

Re: Addition of rmi-io library

2018-01-24 Thread Jinmei Liao
yeah, Jens just found that out too. It's opening up a new port in either server/server and gfsh/jmManager cases. I think he has a solution to it and we will get it in soon. On Wed, Jan 24, 2018 at 9:47 AM, Dan Smith wrote: > > > > the content is going over the wire on

Re: Proposal: GEODE-4367 - Return PDXInstance when Domain Object can't be found

2018-01-24 Thread Galen O'Sullivan
Hi Addison, What kind of setup do you have that is causing you to have PDX serialized objects that cannot be deserialized? Do you have classes that are present on some servers but not others? This change would break the contract of region.get() , which is that it returns a value of a type that

Re: Addition of rmi-io library

2018-01-24 Thread Dan Smith
> > the content is going over the wire on whatever port that was port before. >From what I see, DownloadJarFunction is calling SimpleRemoteInputStream.export() which will call UnicastRemoteObject.exportObject. That's an RMI call to start a tcp server socket listening for connections to interact

Re: Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread Amit Pandey
Congrats John and team.

Errored: apache/geode-examples#165 (rel/v1.4.0.RC1 - ced35f8)

2018-01-24 Thread Travis CI
Build Update for apache/geode-examples - Build: #165 Status: Errored Duration: 1 minute and 46 seconds Commit: ced35f8 (rel/v1.4.0.RC1) Author: Swapnil Bawaskar Message: updated version in preparation for the release View the changeset:

Spring Data for Apache Geode 2.0.3.RELEASE available!

2018-01-24 Thread John Blum
Apache Geode Community- I am very pleased to follow-up to the announcement by Mark Paluch on the release of Spring Data Kay SR3. This includes Spring Data for Apache Geode 2.0.3.RELEASE. The 3rd service release of SDG includes several import fixes and enhancements, particular around the new

Re: [VOTE] Apache Geode release - 1.4.0 RC1

2018-01-24 Thread Anthony Baker
Here’s a better URL for release notes that doesn’t require logging in: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318420=12341842 Let’s start crowd-sourcing a condensed version here:

Re: build is broken

2018-01-24 Thread Anthony Baker
There was a PR for these changes: https://github.com/apache/geode/pull/1212 I didn’t comment on the PR but I did review the dependency for license compatibility (it’s ASL 2.0). Anthony > On Jan 23, 2018, at 2:29 PM, Mark Bretl