You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/06/02 21:05:07 UTC

[jira] Updated: (AVRO-2) optimize RPC handshake

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

Doug Cutting updated AVRO-2:
----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Note that java/py RPC interop tests are now broken, since the new protocol is not yet implemented in python.  Sharad, can you have a look at this?  Thanks!

> optimize RPC handshake
> ----------------------
>
>                 Key: AVRO-2
>                 URL: https://issues.apache.org/jira/browse/AVRO-2
>             Project: Avro
>          Issue Type: Improvement
>          Components: spec
>            Reporter: Doug Cutting
>            Assignee: Doug Cutting
>             Fix For: 1.0
>
>         Attachments: AVRO-2.patch
>
>
> In the current RPC handshake, each client sends its full protocol at the start of each session, and the server must return its full protocol.  This could be expensive, and should be avoided when possible.

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