Re: [VOTE] Apache Geode 1.12.0.RC3

2020-03-26 Thread Anthony Baker
Yes we should cancel RC3 to fix the jar problem. Thanks for the quick turnaround Owen :) Anthony > On Mar 26, 2020, at 6:59 PM, Owen Nichols wrote: > > Thanks for catching this, Anthony! > > The rc pipeline now has a job[1] to check for binaries. Please suggest any > other file extensions

Re: [VOTE] Apache Geode 1.12.0.RC3

2020-03-26 Thread Owen Nichols
Thanks for catching this, Anthony! The rc pipeline now has a job[1] to check for binaries. Please suggest any other file extensions to check for (it currently checks for .jar .exe .dll .o .so .pyc) A fix[2] has been pushed to geode-examples to remove the binary you found. I assume we'll

Passed: apache/geode-native#2352 (rel/v1.12.0.RC3 - 8ddc0e8)

2020-03-26 Thread Travis CI
Build Update for apache/geode-native - Build: #2352 Status: Passed Duration: 1 hr, 18 mins, and 38 secs Commit: 8ddc0e8 (rel/v1.12.0.RC3) Author: Blake Bender Message: GEODE-7694: fix pdx type lookup (#572) - < operator should have used typeId, was using

Re: [VOTE] Apache Geode 1.12.0.RC3

2020-03-26 Thread Anthony Baker
Ernie, If you’re planning to spin a new RC can you send a [CANCEL] to let us know? I’m mid-way through my review of RC2 :-) One problem I see is the inclusion of this jar file in a source distribution:  ⌛️ in geode/ › tar tvf 1.12.0.RC3/apache-geode-examples-1.12.0.tar.gz| grep jar

Passed: apache/geode-native#2351 (rel/v1.12.0.RC2 - 8ddc0e8)

2020-03-26 Thread Travis CI
Build Update for apache/geode-native - Build: #2351 Status: Passed Duration: 1 hr, 22 mins, and 58 secs Commit: 8ddc0e8 (rel/v1.12.0.RC2) Author: Blake Bender Message: GEODE-7694: fix pdx type lookup (#572) - < operator should have used typeId, was using

Errored: apache/geode-examples#417 (rel/v1.12.0.RC3 - c842fbf)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #417 Status: Errored Duration: 1 min and 12 secs Commit: c842fbf (rel/v1.12.0.RC3) Author: Ernie Burghardt Message: temporarily point to staging repo for CI purposes View the changeset:

[VOTE] Apache Geode 1.12.0.RC3

2020-03-26 Thread Ernest Burghardt
Hello Geode Dev Community, This is a release candidate for Apache Geode version 1.12.0.RC3. Thanks to all the community members for their contributions to this release! Please do a review and give your feedback, including the checks you performed. Voting deadline: * Same as before *

Passed: apache/geode-examples#414 (release/1.12.0 - c842fbf)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #414 Status: Passed Duration: 22 mins and 38 secs Commit: c842fbf (release/1.12.0) Author: Ernie Burghardt Message: temporarily point to staging repo for CI purposes View the changeset:

Errored: apache/geode-examples#415 (rel/v1.12.0.RC2 - f140a92)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #415 Status: Errored Duration: 1 min and 9 secs Commit: f140a92 (rel/v1.12.0.RC2) Author: Ernie Burghardt Message: Bumping version to 1.12.0 View the changeset:

[VOTE] Apache Geode 1.12.0.RC2

2020-03-26 Thread Ernest Burghardt
Hello Geode Dev Community, This is a release candidate for Apache Geode version 1.12.0.RC2. Thanks to all the community members for their contributions to this release! Please do a review and give your feedback, including the checks you performed. Voting deadline: *Remains same as RC1 as

Re: RFC: Add C Bindings to Geode Native Client

2020-03-26 Thread Jacob Barrett
Forgot to include the source example: https://github.com/pivotal-jbarrett/geode-native/tree/e47698bad3cf725dcbddaad458813e26e75c8c71/ccache > On Mar 26, 2020, at 2:56 PM, Jacob Barrett

Re: RFC: Add C Bindings to Geode Native Client

2020-03-26 Thread Jacob Barrett
On the strongly typed, I found a solution I like even better. struct CacheFactory; typedef struct CacheFactory CacheFactory; struct Cache; typedef struct Cache Cache; CacheFactory* createCacheFactory() { return reinterpret_cast( new apache::geode::client::CacheFactory()); } void

Re: [VOTE] Apache Geode 1.12.0.RC1

2020-03-26 Thread Anthony Baker
Nice! Thanks for the update :-) > On Mar 26, 2020, at 12:55 PM, John Blum wrote: > > SDG builds successfully with the Apache Geode 1.12.0 RC bits. > > It is a +1 from me when the rest of the problems are addressed. > > SDG build for Apache Geode (next), is here [1]. > > [1]

Re: [VOTE] Apache Geode 1.12.0.RC1

2020-03-26 Thread John Blum
SDG builds successfully with the Apache Geode 1.12.0 RC bits. It is a +1 from me when the rest of the problems are addressed. SDG build for Apache Geode (next), is here [1]. [1] https://jenkins.spring.io/job/spring-data-geode/job/master-next/ On Thu, Mar 26, 2020 at 10:28 AM Anthony Baker

Re: RFC: Add C Bindings to Geode Native Client

2020-03-26 Thread Jacob Barrett
I am onboard with the idea but I would like more details in the RFC. I would prefer that the C bindings be in its own library. The only symbols that should be visible from this library should be the C exported symbols, the internal C++ symbols should be hidden. I feel like this library makes

RE: WAN replication issue in cloud native environments

2020-03-26 Thread Alberto Bustamante Reyes
Ok, I have moved the RFC then. Thanks again for your time & help! De: Dan Smith Enviado: jueves, 26 de marzo de 2020 18:54 Para: dev@geode.apache.org Asunto: Re: WAN replication issue in cloud native environments +1 After talking through this with Bruce a bit,

Re: RFC - Gateway sender to deliver transaction events atomically to receivers

2020-03-26 Thread Barry Oglesby
I added some comments to the proposal. There a few concerns, but I like the idea in general. Dan said: I remember someone trying to accomplish this same thing on top of geode with TransactionListener that dumped into a separate region or something like that. I think both Charlie and I have

Passed: apache/geode-examples#412 (release/1.12.0.old - bd18a64)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #412 Status: Passed Duration: 23 mins and 41 secs Commit: bd18a64 (release/1.12.0.old) Author: Ernie Burghardt Message: temporarily point to staging repo for CI purposes View the changeset:

Errored: apache/geode-examples#413 (release/1.12.0 - f140a92)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #413 Status: Errored Duration: 54 secs Commit: f140a92 (release/1.12.0) Author: Ernie Burghardt Message: Bumping version to 1.12.0 View the changeset: https://github.com/apache/geode-examples/commit/f140a925cd37

Re: WAN replication issue in cloud native environments

2020-03-26 Thread Dan Smith
+1 After talking through this with Bruce a bit, I think the changes you are proposing to LocatorLoadSnapshot and EndPointManager manager make sense. For the ping issue, I like the proposed solution to forward the ping to the correct server. Sounds good! -Dan On Thu, Mar 26, 2020 at 10:47 AM

Re: WAN replication issue in cloud native environments

2020-03-26 Thread Bruce Schuchardt
+1 I think this could move to the "In Development" state From: Alberto Bustamante Reyes Date: Wednesday, March 25, 2020 at 4:13 PM To: Bruce Schuchardt , Dan Smith , "dev@geode.apache.org" Cc: Jacob Barrett , Anilkumar Gingade , Charlie Black Subject: RE: WAN replication issue in cloud

Re: [VOTE] Apache Geode 1.12.0.RC1

2020-03-26 Thread Anthony Baker
> > iii) As long as we need to make an RC2 anyway, I personally feel that it > would be nice to align geode-native to its recent milestone > (build/v10.1.0-build.254 / commit hash 35fcb1a66). The current release > branch is about half-a-dozen fixes behind this milestone. I’m not seeing the

Re: [VOTE] Apache Geode 1.12.0.RC1

2020-03-26 Thread Ernest Burghardt
Will work on this list and get a new RC out as soon as possible... EB On Thu, Mar 26, 2020 at 8:28 AM Udo Kohlmeyer wrote: > Amazing catch Owen! > > I'll consider your "-1" as binding and echo it! > > Can we recut RC1 and address these issues? > > --Udo > > On 3/25/20 8:26 PM, Owen Nichols

Re: [VOTE] Apache Geode 1.12.0.RC1

2020-03-26 Thread Udo Kohlmeyer
Amazing catch Owen! I'll consider your "-1" as binding and echo it! Can we recut RC1 and address these issues? --Udo On 3/25/20 8:26 PM, Owen Nichols wrote: My vote is non-binding, but I’m a -1 for this RC1. Reasons: i) The geode-examples release branch appears to have been branched from

Re: RFC - Gateway sender to deliver transaction events atomically to receivers

2020-03-26 Thread Jacob Barrett
Great idea. I called out some similar areas of concerns and spit balled some solutions to get the conversations flowing. -Jake > On Mar 25, 2020, at 8:04 AM, Alberto Gomez wrote: > > Hi, > > Could you please review the RFC for "Gateway sender to deliver transaction > events atomically to

Fixed: apache/geode-examples#411 (develop - be8e14a)

2020-03-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #411 Status: Fixed Duration: 21 mins and 2 secs Commit: be8e14a (develop) Author: Robert Houghton Message: fix GEODE_HOME path for running examples from gradle View the changeset: