You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Bruce Schuchardt <bs...@pivotal.io> on 2015/10/20 19:56:03 UTC

Review Request 39487: GEODE-77: old client IDs were not setting their version correctly

-----------------------------------------------------------
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