You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2020/04/17 23:18:37 UTC

[geode] branch develop updated (311797a -> dd23ee8)

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

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


    from 311797a  GEODE-8000: refactor test command mocks (#4961)
     add dd23ee8  GEODE-7565: Allow gateway receivers with same host and port (#4824)

No new revisions were added by this update.

Summary of changes:
 .../LocatorLoadSnapshotIntegrationTest.java        |   7 +-
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +
 .../client/internal/CacheServerLoadMessage.java    |   4 +-
 .../cache/client/internal/LiveServerPinger.java    |   2 +-
 .../apache/geode/cache/client/internal/PingOp.java |  21 ++-
 .../geode/cache/client/internal/ServerProxy.java   |  10 --
 .../distributed/internal/LocatorLoadSnapshot.java  | 177 ++++++++++++++++-----
 .../internal/ServerLocationAndMemberId.java}       |  73 ++++-----
 .../geode/distributed/internal/ServerLocator.java  |  14 +-
 .../org/apache/geode/internal/DSFIDFactory.java    |   2 +
 .../internal/cache/DistributedPingMessage.java     |  43 ++++-
 .../apache/geode/internal/cache/GridAdvisor.java   |  10 +-
 .../internal/cache/tier/sockets/command/Ping.java  |  48 +++++-
 .../internal/LocatorLoadSnapshotJUnitTest.java     |  72 +++++----
 .../sockets/ClientServerMiscDUnitTestBase.java     |  19 +++
 .../serialization/DataSerializableFixedID.java     |   2 +
 16 files changed, 362 insertions(+), 146 deletions(-)
 copy geode-core/src/main/java/org/apache/geode/{internal/cache/persistence/query/mock/Pair.java => distributed/internal/ServerLocationAndMemberId.java} (52%)
 copy geode-membership/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/TestMessage.java => geode-core/src/main/java/org/apache/geode/internal/cache/DistributedPingMessage.java (50%)