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 2019/10/30 20:56:29 UTC

[geode] branch develop updated (0015532 -> 1cfd8e1)

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 0015532  GEODE-7273: Able to detect not colocated transaction (#4170)
     add 1cfd8e1  GEODE-7358: Creating a handler for TcpClient InfoRequests.

No new revisions were added by this update.

Summary of changes:
 .../internal/tcpserver/TcpServerJUnitTest.java     | 31 ++++-----
 .../distributed/internal/InfoRequestHandler.java   | 75 ++++++++++++++++++++++
 .../distributed/internal/InternalLocator.java      |  3 +
 .../distributed/internal/tcpserver/TcpServer.java  | 21 ------
 .../tcpserver/TcpServerDependenciesTest.java       |  4 --
 5 files changed, 91 insertions(+), 43 deletions(-)
 create mode 100644 geode-core/src/main/java/org/apache/geode/distributed/internal/InfoRequestHandler.java