[ https://issues.apache.org/jira/browse/GEODE-7760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032554#comment-17032554 ]
ASF subversion and git services commented on GEODE-7760: -------------------------------------------------------- Commit 26194ea332e5140812c6660ec6487eff5f9606a3 in geode's branch refs/heads/release/1.12.0 from Bruce Schuchardt [ https://gitbox.apache.org/repos/asf?p=geode.git;h=26194ea ] GEODE-7760: NPE in Locator during auto-reconnect (#4668) * GEODE-7760: NPE in Locator during auto-reconnect * empty commit * fixes for stress-testing * working on another stresstest failure This test passes all the time outside of stress testing * ignoring test that seems to have trouble with workingDir/configDir and temporary folders in stress testing * remove use of static locator variable in InternalLocator. added crash test. unset shutdownHandled after locator restarts * fixing stresstest issues (cherry picked from commit af8307243e3c8dfb4f0c03b4539eace0b3ea11b3) > NPE in reconnecting Locator > --------------------------- > > Key: GEODE-7760 > URL: https://issues.apache.org/jira/browse/GEODE-7760 > Project: Geode > Issue Type: Bug > Components: management, membership > Reporter: Bruce Schuchardt > Assignee: Bruce Schuchardt > Priority: Major > Fix For: 1.12.0 > > Time Spent: 1h 20m > Remaining Estimate: 0h > > A v1.9 locator was forced out of the cluster and then threw an NPE when it > was reconnecting. Apparently the new DistributedSystem was also kicked out > of the cluster during this time. > {noformat} > [fatal 2019/12/18 02:14:55.647 UTC <Location services restart thread> > tid=0xb1a5] Uncaught exception in thread Thread[Location services restart > thread,5,main] > java.lang.NullPointerException > at > org.apache.geode.distributed.internal.InternalLocator.startClusterManagementService(InternalLocator.java:690) > at > org.apache.geode.distributed.internal.InternalLocator.restartWithDS(InternalLocator.java:1124) > at > org.apache.geode.distributed.internal.InternalLocator.attemptReconnect(InternalLocator.java:1062) > at > org.apache.geode.distributed.internal.InternalLocator.lambda$launchRestartThread$1(InternalLocator.java:983) > at java.lang.Thread.run(Thread.java:748) > {noformat} > This wasn't from a CI run and there are no other artifacts available. -- This message was sent by Atlassian Jira (v8.3.4#803005)