[
https://issues.apache.org/jira/browse/AVRO-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893064#action_12893064
]
Jeff Hammerbacher commented on AVRO-573:
----------------------------------------
Hey Doug,
I can confirm that this patch works nicely with the Python client currently in
trunk. When throwing an unexpected error in the Java Responder, I get this
error in my client:
{code}
avro.ipc.AvroRemoteException: org.apache.avro.AvroRuntimeException: Not in
union
["string",{"type":"error","name":"AIOError","namespace":"org.apache.hadoop.hbase.avro.generated","fields":[{"name":"message","type":"string"}]}]:
java.lang.NullPointerException
{code}
That looks correct to me. Great work!
Later,
Jeff
> Need to include Handshake Response when handling a system error on the Java
> server side
> ---------------------------------------------------------------------------------------
>
> Key: AVRO-573
> URL: https://issues.apache.org/jira/browse/AVRO-573
> Project: Avro
> Issue Type: Bug
> Components: java, spec
> Reporter: Jeff Hammerbacher
> Assignee: Doug Cutting
> Fix For: 1.4.0
>
> Attachments: AVRO-573.patch
>
>
> System error is not handling everything right now. Details in the comments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.