This is an automated email from the ASF dual-hosted git repository.
echobravo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 2ba58e9 GEODE-6811: view the runtime info of gateway receivers (#3764)
add 00ed2f3 GEODE-6904: Fix hang on locator when restarting due to lock
(#3777)
No new revisions were added by this update.
Summary of changes:
.../distributed/DistributedSystemDUnitTest.java | 26 +++
.../ClusterConfigLocatorRestartDUnitTest.java | 92 +++++++++-
.../geode/pdx/DistributedSystemIdDUnitTest.java | 11 +-
.../internal/ClusterDistributionManager.java | 5 +-
.../distributed/internal/InternalLocator.java | 62 +++----
.../geode/distributed/internal/StartupMessage.java | 199 +++++++++++----------
.../distributed/internal/StartupOperation.java | 43 +----
.../internal/StartupResponseMessage.java | 9 +-
.../internal/StartupMessageJUnitTest.java | 85 +++++++++
9 files changed, 348 insertions(+), 184 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/distributed/internal/StartupMessageJUnitTest.java