----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39487/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Jason Huynh, Jianxia Chen, and Lynn Gallinat. Repository: geode Description ------- In testing backward compatibility I found that Geode transaction code was pulling the "distributed" member ID out of a ClientProxyMembershipID and sending it in PartitionMessages. This caused some confusion about how to deserialize the ID on the receiving end, generating OutOfMemoryErrors and other serialization blow-ups. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/distributed/internal/membership/InternalDistributedMember.java ad9e4b433cefb6cb653e383db9dda352f558452c Diff: https://reviews.apache.org/r/39487/diff/ Testing ------- External integration tests Thanks, Bruce Schuchardt