Re: Need reviewers for #3762: prevent creation of unnecessary PartitionedRegion callback events

2019-07-17 Thread Mark Hanson
Hi Kirk, I pinged Darrel and Jason about it as they reviewed part 1. Thanks, Mark > On Jul 17, 2019, at 1:41 PM, Kirk Lund wrote: > > We need reviewers for PR #3762 -- no one has reviewed it yet: > https://github.com/apache/geode/pull/3762 > > Looks like it involves optimizing PartitionedRegi

Need reviewers for #3762: prevent creation of unnecessary PartitionedRegion callback events

2019-07-17 Thread Kirk Lund
We need reviewers for PR #3762 -- no one has reviewed it yet: https://github.com/apache/geode/pull/3762 Looks like it involves optimizing PartitionedRegion callback events to prevent creation of events that will just become garbage because there are no listeners to receive those events. Jira tick

Re: Requirements for running distributed tests

2019-07-17 Thread Jens Deppe
Hi Alberto, The images used to run tests on in CI are built here: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-images (you may see these referred to as 'heavy lifters'). The packer scripts for these can be found under here: https://github.com/apache/geode/tree/develop/

Requirements for running distributed tests

2019-07-17 Thread Alberto Bustamante Reyes
Hi Geode community, We are trying to set up a CI loop in our Geode fork. We have started with the tests that are run for every pull requests, but we are having problems to replicate what is done in the Apache Geode repository, so any help will be appreciated. We are not using concour, but we ar