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/28 21:04:00 UTC

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

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

Dan Smith resolved GEODE-4746.
------------------------------
    Resolution: Fixed

> 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
>            Assignee: Dan Smith
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)