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:40 UTC

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

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