----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59546/ -----------------------------------------------------------
(Updated May 25, 2017, 5:12 p.m.) Review request for geode, Bruce Schuchardt, Galen O'Sullivan, and Udo Kohlmeyer. Repository: geode Description (updated) ------- We configure locator list to start the cache. This locator list is validated while creating the cache. We verify whether locator host exist or not. Now we have remove this verification as in cloud environment host may not available for time being. Patch from Bruce. Modified couple of tests. Diffs ----- geode-core/src/main/java/org/apache/geode/admin/internal/DistributionLocatorImpl.java c1bfc93 geode-core/src/main/java/org/apache/geode/distributed/internal/AbstractDistributionConfig.java 01c6157 geode-core/src/main/java/org/apache/geode/distributed/internal/InternalDistributedSystem.java 7caad3f geode-core/src/main/java/org/apache/geode/internal/admin/remote/DistributionLocatorId.java 5ab1bed geode-core/src/main/java/org/apache/geode/internal/admin/remote/RemoteTransportConfig.java 1dc2fd1 geode-core/src/test/java/org/apache/geode/codeAnalysis/AnalyzeSerializablesJUnitTest.java dc73f04 geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionConfigJUnitTest.java 9f6c5fb geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt 9cff80d geode-wan/src/main/java/org/apache/geode/cache/client/internal/locator/wan/LocatorMembershipListenerImpl.java d6d5d7c Diff: https://reviews.apache.org/r/59546/diff/1/ Testing ------- Thanks, Hitesh Khamesra