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