You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hodges (JIRA)" <ji...@apache.org> on 2010/04/05 20:07:27 UTC

[jira] Commented: (AVRO-505) Java impl is spitting any ol' error text on to the wire

    [ https://issues.apache.org/jira/browse/AVRO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853471#action_12853471 ] 

Jeff Hodges commented on AVRO-505:
----------------------------------

What's our Grand Theory of Exceptions? It seems that AvroRuntimeExceptions are raised when we expect them to be recoverable, or, at least, able to be turned into bytes on the wire but then we catch them in the Servlet.

(Also, the Writers don't actually know what to do with an error object! So they freak out and through another AvroRuntimeException outside of where we can handle them! I'll post the stream of wonky apiness when I get into the office.)

> Java impl is spitting any ol' error text on to the wire
> -------------------------------------------------------
>
>                 Key: AVRO-505
>                 URL: https://issues.apache.org/jira/browse/AVRO-505
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.3.2
>            Reporter: Jeff Hodges
>            Priority: Critical
>
> The current java implementation is sending the error text of unhandled errors back as RPC responses.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.