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/02/06 22:28:00 UTC

[jira] [Commented] (GEODE-6369) Cache-creation failure after a successful auto-reconnect causes subsequent NPE

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

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

Commit e061c8b088c41ca20f19c18f60c594bdaef04292 in geode's branch refs/heads/feature/GEODE-6369 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e061c8b ]

GEODE-6369 Cache-creation failure after a successful auto-reconnect causes subsequent NPE

If an error occurs while rebuilding the cache on auto-reconnect we can't
continue and should throw an exception to any thread waiting for the
reconnect to complete.


> Cache-creation failure after a successful auto-reconnect causes subsequent NPE
> ------------------------------------------------------------------------------
>
>                 Key: GEODE-6369
>                 URL: https://issues.apache.org/jira/browse/GEODE-6369
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Bruce Schuchardt
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If your server auto-reconnects but there is a problem recreating the cache the JGroups channel used for auto-reconnect is closed.  This causes an NPE when the server makes another auto-reconnect attempt.
> The server should instead just log the problem and shut down since future attempts to recreate the cache will probably run into the same issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)