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/12 20:30:16 UTC

[jira] Created: (AVRO-611) Support Oneway in Avro IDL

Support Oneway in Avro IDL
--------------------------

                 Key: AVRO-611
                 URL: https://issues.apache.org/jira/browse/AVRO-611
             Project: Avro
          Issue Type: New Feature
          Components: java
            Reporter: Patrick Wendell
            Assignee: Doug Cutting


Avro IDL should support a "oneway" property for messages.

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


[jira] Updated: (AVRO-611) Support Oneway in Avro IDL

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

Doug Cutting updated AVRO-611:
------------------------------

    Attachment: AVRO-611.patch

Here's a patch that implements this, including tests and documentation.

> Support Oneway in Avro IDL
> --------------------------
>
>                 Key: AVRO-611
>                 URL: https://issues.apache.org/jira/browse/AVRO-611
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: AVRO-611.patch
>
>
> Avro IDL should support a "oneway" property for messages.

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


[jira] Commented: (AVRO-611) Support Oneway in Avro IDL

Posted by "Patrick Wendell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899661#action_12899661 ] 

Patrick Wendell commented on AVRO-611:
--------------------------------------

I took this for a spin and can confirm that it works as intended. It correctly disallowed me from "one-way"ing a non-void method. It also correctly propagated the one-way keyword from avdl to avpr.

- Patrick

> Support Oneway in Avro IDL
> --------------------------
>
>                 Key: AVRO-611
>                 URL: https://issues.apache.org/jira/browse/AVRO-611
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: AVRO-611.patch
>
>
> Avro IDL should support a "oneway" property for messages.

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


[jira] Updated: (AVRO-611) Support Oneway in Avro IDL

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

Doug Cutting updated AVRO-611:
------------------------------

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

I committed this.

> Support Oneway in Avro IDL
> --------------------------
>
>                 Key: AVRO-611
>                 URL: https://issues.apache.org/jira/browse/AVRO-611
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: AVRO-611.patch
>
>
> Avro IDL should support a "oneway" property for messages.

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


[jira] Updated: (AVRO-611) Support Oneway in Avro IDL

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

Doug Cutting updated AVRO-611:
------------------------------

           Status: Patch Available  (was: Open)
    Fix Version/s: 1.4.0

> Support Oneway in Avro IDL
> --------------------------
>
>                 Key: AVRO-611
>                 URL: https://issues.apache.org/jira/browse/AVRO-611
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Patrick Wendell
>            Assignee: Doug Cutting
>             Fix For: 1.4.0
>
>         Attachments: AVRO-611.patch
>
>
> Avro IDL should support a "oneway" property for messages.

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