You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2020/07/02 17:36:00 UTC

[jira] [Commented] (GEODE-7760) NPE in reconnecting Locator

    [ https://issues.apache.org/jira/browse/GEODE-7760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150474#comment-17150474 ] 

Owen Nichols commented on GEODE-7760:
-------------------------------------

This says fixed in 1.12.0, but a similar failure was seen on support/1.12:

 

org.apache.geode.distributed.LocatorUDPSecurityDUnitTest > testCrashLocatorMultipleTimes FAILED
    java.lang.AssertionError: 
    Expecting actual not to be null

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[*http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0059/test-results/distributedTest/1593505978/*]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Test report artifacts from this job are available at:

[*http://files.apachegeode-ci.info/builds/apache-support-1-12-main/1.12.1-build.0059/test-artifacts/1593505978/distributedtestfiles-OpenJDK8-1.12.1-build.0059.tgz*]

> 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 J Schuchardt
>            Assignee: Ernest Burghardt
>            Priority: Major
>             Fix For: 1.12.0, 1.13.0
>
>          Time Spent: 2h
>  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)