Dale Emery created GEODE-7880:
---------------------------------
Summary: 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
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)