You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@apache.org> on 2019/07/17 20:41:02 UTC

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

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 ticket is GEODE-6762:
<https://issues.apache.org/jira/browse/GEODE-6762>BucketRegion ops do not
always need to call createEventForPR
<https://issues.apache.org/jira/browse/GEODE-6762>

Thanks!
Kirk

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

Posted by Mark Hanson <mh...@pivotal.io>.
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 <kl...@apache.org> 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 PartitionedRegion callback events to
> prevent creation of events that will just become garbage because there are
> no listeners to receive those events.
> 
> Jira ticket is GEODE-6762:
> <https://issues.apache.org/jira/browse/GEODE-6762>BucketRegion ops do not
> always need to call createEventForPR
> <https://issues.apache.org/jira/browse/GEODE-6762>
> 
> Thanks!
> Kirk