This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a commit to branch feature/GEODE-3588
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-3588 by this
push:
new 70a7659 GEODE-3588 2 restarts of Locator results in split brain
70a7659 is described below
commit 70a76592a58379bdd9b53433877b64831fc7432e
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Tue Jan 9 08:37:45 2018 -0800
GEODE-3588 2 restarts of Locator results in split brain
removed thread dump in new test
---
.../src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/geode-core/src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java
index 883194b..20675e2 100644
---
a/geode-core/src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java
+++
b/geode-core/src/test/java/org/apache/geode/distributed/LocatorDUnitTest.java
@@ -2058,9 +2058,6 @@ public class LocatorDUnitTest extends
JUnit4DistributedTestCase {
locator.stop();
locator = Locator.startLocatorAndDS(port1, logFile, p);
- vm0.invoke("dump stack", () -> {
- OSProcess.printStacks(0);
- });
assertEquals(2, ((InternalDistributedSystem)
locator.getDistributedSystem()).getDM()
.getViewMembers().size());
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].