This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from d3b1747 GEODE-6846: Remove PureJavaMode class (#3732)
add 2062d36 GEODE-6825: Cleanup GMSLocator
add 2c946a4 GEODE-6825: Rename GMSLocatorRecoveryIntegrationTest
add ab4096d GEODE-6825: Cleanup GMSLocatorRecoveryIntegrationTest
add a9a9c7a GEODE-6825: Cleanup InternalLocator
add f893ccf GEODE-6825: Add workingDirectory field to GMSLocator
No new revisions were added by this update.
Summary of changes:
.../internal/membership/MembershipJUnitTest.java | 10 +-
.../gms/locator/GMSLocatorIntegrationTest.java | 53 +-
.../locator/GMSLocatorRecoveryIntegrationTest.java | 198 ++++
.../gms/locator/GMSLocatorRecoveryJUnitTest.java | 219 -----
.../logging/LoggingWithLocatorIntegrationTest.java | 9 +-
.../apache/geode/distributed/LocatorLauncher.java | 3 +-
.../distributed/internal/InternalLocator.java | 991 ++++++++++-----------
.../geode/distributed/internal/PrimaryHandler.java | 166 ++++
.../internal/membership/MemberFactory.java | 5 +-
.../internal/membership/MemberServices.java | 3 +-
.../internal/membership/gms/GMSMemberFactory.java | 5 +-
.../membership/gms/locator/GMSLocator.java | 208 +++--
.../cache/wan/MyDistributedSystemListener.java | 4 +-
.../geode/internal/cache/wan/WANTestBase.java | 6 +-
14 files changed, 976 insertions(+), 904 deletions(-)
copy
geode-junit/src/test/java/org/apache/geode/test/util/ResourceUtilsIntegrationTest.java
=>
geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/locator/GMSLocatorIntegrationTest.java
(51%)
create mode 100644
geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/locator/GMSLocatorRecoveryIntegrationTest.java
delete mode 100644
geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/membership/gms/locator/GMSLocatorRecoveryJUnitTest.java
create mode 100644
geode-core/src/main/java/org/apache/geode/distributed/internal/PrimaryHandler.java