You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2018/02/26 17:51:00 UTC

[jira] [Created] (GEODE-4746) Protobuf server should catch Exceptions and return a reasonable response message to clients

Dan Smith created GEODE-4746:
--------------------------------

             Summary: Protobuf server should catch Exceptions and return a reasonable response message to clients
                 Key: GEODE-4746
                 URL: https://issues.apache.org/jira/browse/GEODE-4746
             Project: Geode
          Issue Type: Improvement
          Components: client/server
            Reporter: Dan Smith


Whenever possible, the protobuf server should catch exceptions and send a response message back to the client. Currently, any exception on the server is causing the server to close the socket, even for trivial things like a typo in a query string. From the client side there is no information about why the socket was closed.

We should catch exceptions and return the error message to the client without closing the socket.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)