You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2019/05/01 17:05:23 UTC

[geode] branch develop updated (8c2c9c8 -> 30c2340)

This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 8c2c9c8  GEODE-6687: replace ByteArrayInputStream+DataInputStream with ByteArrayDataInput
     add 30c2340  GEODE-6702: optimize equals by not calling compareTo (#3524)

No new revisions were added by this update.

Summary of changes:
 .../membership/InternalDistributedMember.java      |  57 ++++++-
 .../membership/InternalDistributedMemberTest.java  | 183 +++++++++++++++++++++
 2 files changed, 239 insertions(+), 1 deletion(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/distributed/internal/membership/InternalDistributedMemberTest.java