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

[jira] Created: (AVRO-608) setRequestPayload() in Responder should not pass handshake

setRequestPayload() in Responder should not pass handshake
----------------------------------------------------------

                 Key: AVRO-608
                 URL: https://issues.apache.org/jira/browse/AVRO-608
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Patrick Wendell
            Assignee: Patrick Wendell


In current implementation, Responder passes the entire request buffer, including the handshake, to the RPCPlugin. It should only pass the payload itself, as is the case for all other setXPayload() methods.

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


[jira] Resolved: (AVRO-608) setRequestPayload() in Responder should not pass handshake

Posted by "Patrick Wendell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Wendell resolved AVRO-608.
----------------------------------

    Resolution: Duplicate

Part of broader discussion now reflected in AVRO-631.

> setRequestPayload() in Responder should not pass handshake
> ----------------------------------------------------------
>
>                 Key: AVRO-608
>                 URL: https://issues.apache.org/jira/browse/AVRO-608
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Patrick Wendell
>
> In current implementation, Responder passes the entire request buffer, including the handshake, to the RPCPlugin. It should only pass the payload itself, as is the case for all other setXPayload() methods.

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