+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