There appears to be consensus that this is a critical fix.

The following commit has been brought into release/1.12 as the
critical fix for GEODE-7814:

git cherry-pick -x db86faec699aca67c02325bca22dcd5b913ddfed

GEODE-7814 has been marked as 'resolved in' 1.12.

Regards
EB


On Thu, Feb 27, 2020 at 7:39 AM Bruce Schuchardt <bschucha...@pivotal.io>
wrote:

> +1
>
> The change Juan has made corrects a problem introduced during membership
> refactoring.  Every cache operation message that's sent allocates several
> objects that used to be held in statics but were moved into instance
> variables at one point.  Juan's change moves these back into static
> variables.
>
> On 2/27/20, 1:49 AM, "Ju@N" <jujora...@gmail.com> wrote:
>
>     Hello devs,
>
>     I'd like to include the fix for GEODE-7814 [1] in release 1.12.0.
>     The change prevents a huge amount of unnecessary allocation of objects
>     while sending/receiving messages, improving the overall performance.
>     The SHA is db86faec699aca67c02325bca22dcd5b913ddfed [2].
>     Best regards.
>
>     [1]: https://issues.apache.org/jira/browse/GEODE-7814
>     [2]:
>
> https://github.com/apache/geode/commit/db86faec699aca67c02325bca22dcd5b913ddfed
>
>     --
>     Ju@N
>
>
>
>

Reply via email to