You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/17 17:16:00 UTC

[jira] [Commented] (GEODE-7202) Calling GemFireCacheImpl.emenergencyClose() throws NullPointerException

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

ASF subversion and git services commented on GEODE-7202:
--------------------------------------------------------

Commit 1a1d221c482cd740002d4fadfff56aee92db2b4d in geode's branch refs/heads/develop from agingade
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1a1d221 ]

GEODE-7202 Add null check before closing GatewayReceiverServers (#4051)

* GEODE-7202 Add null check before closing GatewayReceiverServers


> Calling GemFireCacheImpl.emenergencyClose() throws NullPointerException
> -----------------------------------------------------------------------
>
>                 Key: GEODE-7202
>                 URL: https://issues.apache.org/jira/browse/GEODE-7202
>             Project: Geode
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.11.0
>            Reporter: Anilkumar Gingade
>            Assignee: Anilkumar Gingade
>            Priority: Major
>              Labels: GeodeCommons
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Calling GemFireCacheImpl.emenergencyClose() throws NullPointerException when there is GatewayReceiverServers added to the cache.
> java.lang.NullPointerException
> at org.apache.geode.internal.cache.GemFireCacheImpl.emergencyClose(GemFireCacheImpl.java:1660)
> at org.apache.geode.SystemFailure.emergencyClose(SystemFailure.java:762)
> at org.apache.geode.SystemFailure.runWatchDog(SystemFailure.java:412)
> at java.base/java.lang.Thread.run(Thread.java:834)
> SystemFailure Watchdog: [info] closing GemFire



--
This message was sent by Atlassian Jira
(v8.3.2#803003)