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

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


    from 9154cfc7ed GEODE-10226: Added monitoring of async writer (#7667)
     add 18f0e9c55c GEODE-10020: For Ping task avoid registering new 
destination endpoint (#7515)

No new revisions were added by this update.

Summary of changes:
 ...iversWithSamePortAndHostnameForSendersTest.java |  48 +++++-
 .../cache/client/internal/ConnectionImpl.java      |  21 ++-
 .../cache/client/internal/OpExecutorImpl.java      |  17 ++-
 .../geode/distributed/internal/ServerLocation.java |  15 +-
 ...eRunnable.java => ServerLocationExtension.java} |  23 ++-
 .../cache/client/internal/ConnectionImplTest.java  | 165 +++++++++++++++++++++
 ...dTest.java => ServerLocationExtensionTest.java} |  74 +++------
 .../distributed/internal/ServerLocationTest.java   |  72 +++++++++
 8 files changed, 359 insertions(+), 76 deletions(-)
 copy 
geode-core/src/main/java/org/apache/geode/distributed/internal/{SizeableRunnable.java
 => ServerLocationExtension.java} (62%)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/cache/client/internal/ConnectionImplTest.java
 copy 
geode-core/src/test/java/org/apache/geode/distributed/internal/{ServerLocationAndMemberIdTest.java
 => ServerLocationExtensionTest.java} (53%)
 create mode 100644 
geode-core/src/test/java/org/apache/geode/distributed/internal/ServerLocationTest.java

Reply via email to