[
https://issues.apache.org/jira/browse/GEODE-7880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058981#comment-17058981
]
Dale Emery edited comment on GEODE-7880 at 3/13/20, 6:34 PM:
-------------------------------------------------------------
Also:
* {{OpExecutorImpl}} similarly examines the content of the exception message
without first checking for {{null}}
was (Author: demery):
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)