Alberto Bustamante Reyes created GEODE-8543:
-----------------------------------------------
Summary: Client disconnects from server due to exception on other
server
Key: GEODE-8543
URL: https://issues.apache.org/jira/browse/GEODE-8543
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Alberto Bustamante Reyes
In ThinClientBaseDM::handleEPError when the client receives an exception from a
given endpoint, it will mark that server dead if in the exception contains
"java.lang.OutOfMemoryError",
"org.apache.geode.distributed.ShutdownException" or
"org.apache.geode.cache.CacheClosedException" ( in
ThinClientBaseDM::unrecoverableServerError() )
The problem is that the server causing the exception can be a different server
than the endpoint the client is connected to. In that case,
the client will wrongly close a connection to a working server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)