You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2020/04/03 15:26:39 UTC

[geode] branch develop updated (2ac3de7 -> 5864f2a)

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

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


    from 2ac3de7  GEODE-7921: NullPointerExceptions logged during auto-reconnect (#4898)
     add 88c165c  GEODE-7926: GMSMemberData is doing unnecessary reverse-DNS lookups
     new 5864f2a  GEODE-7926: GMSMemberData is doing unnecessary reverse-DNS lookups (#4894)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../membership/gms/GMSMemberDataJUnitTest.java     | 49 +++++++++++-----------
 .../internal/membership/gms/GMSMemberData.java     |  4 +-
 2 files changed, 28 insertions(+), 25 deletions(-)


[geode] 01/01: GEODE-7926: GMSMemberData is doing unnecessary reverse-DNS lookups (#4894)

Posted by bs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5864f2a45711369bd87b0c6b565e2ebea12c15a0
Merge: 2ac3de7 88c165c
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Fri Apr 3 08:26:09 2020 -0700

    GEODE-7926: GMSMemberData is doing unnecessary reverse-DNS lookups (#4894)
    
    Removed hostname lookup from GMSMemberData a serialization method.
    InternalDistributedMember does its own hostname lookup & there's no
    reason for the lookup in GMSMemberData.  I found it was slowing down UDP
    communications.

 .../membership/gms/GMSMemberDataJUnitTest.java     | 49 +++++++++++-----------
 .../internal/membership/gms/GMSMemberData.java     |  4 +-
 2 files changed, 28 insertions(+), 25 deletions(-)