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 Hammerbacher (JIRA)" <ji...@apache.org> on 2010/05/22 05:41:16 UTC

[jira] Commented: (AVRO-548) Investigate why Python client feels need to send message twice to Java server once protocol has been cached

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

Jeff Hammerbacher commented on AVRO-548:
----------------------------------------

Poking around at http://github.com/hammer/avro-548/ to diagnose this one.

> Investigate why Python client feels need to send message twice to Java server once protocol has been cached
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-548
>                 URL: https://issues.apache.org/jira/browse/AVRO-548
>             Project: Avro
>          Issue Type: Bug
>          Components: java, python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>
> In building the Avro server and client for HBase (see http://github.com/hammer/hbase-trunk-with-avro), I've come across a bug where my first RPC from client to server behaves nicely, but the second message sent will create two RPCs between the client and server. Not sure if the client or server is at fault, but this JIRA will document my investigations.

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