You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dale Emery (Jira)" <ji...@apache.org> on 2020/03/13 18:34:00 UTC

[jira] [Commented] (GEODE-7880) Null exception message causes NPE when calculating pool retries

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

Dale Emery commented on GEODE-7880:
-----------------------------------

Also:
 * {\{OpExecutorImpl}} similarly examines the content of the exception message without first checking for \{{null}}

 

> Null exception message causes NPE when calculating pool retries
> ---------------------------------------------------------------
>
>                 Key: GEODE-7880
>                 URL: https://issues.apache.org/jira/browse/GEODE-7880
>             Project: Geode
>          Issue Type: Bug
>          Components: client/server
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>
> NPEs observed in testing, caused by:
> * {{ConnectionManagerImpl}} throws a {{NoAvailableServersException}} with no exception message.
> * {{PoolImpl.calculateRetryAttempts()}} attempts to examine the content of the exception message without first checking for {{null}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)