You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alberto Bustamante Reyes (Jira)" <ji...@apache.org> on 2020/09/25 20:38:00 UTC

[jira] [Assigned] (GEODE-8543) Client disconnects from server due to exception on other server

     [ https://issues.apache.org/jira/browse/GEODE-8543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alberto Bustamante Reyes reassigned GEODE-8543:
-----------------------------------------------

    Assignee: Alberto Bustamante Reyes

> 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
>            Assignee: Alberto Bustamante Reyes
>            Priority: Major
>
> 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)