Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 69054 invoked from network); 15 Jan 2011 00:06:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2011 00:06:11 -0000 Received: (qmail 7032 invoked by uid 500); 15 Jan 2011 00:06:11 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 6927 invoked by uid 500); 15 Jan 2011 00:06:10 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 6919 invoked by uid 99); 15 Jan 2011 00:06:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jan 2011 00:06:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jan 2011 00:06:08 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0F05lHh023565 for ; Sat, 15 Jan 2011 00:05:47 GMT Message-ID: <23138205.380091295049946999.JavaMail.jira@thor> Date: Fri, 14 Jan 2011 19:05:46 -0500 (EST) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Updated: (AVRO-688) One-Way Attribute is ignored in Python and Ruby bindings In-Reply-To: <4316805.177601288635026430.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-688: ------------------------------ Attachment: AVRO-688.patch Here's a version of this patch that adds a test. I will commit this unless there are objections. > One-Way Attribute is ignored in Python and Ruby bindings > -------------------------------------------------------- > > Key: AVRO-688 > URL: https://issues.apache.org/jira/browse/AVRO-688 > Project: Avro > Issue Type: Bug > Components: java, python, ruby > Affects Versions: 1.4.1 > Reporter: Mark Lewandowski > Assignee: Doug Cutting > Fix For: 1.5.0 > > Attachments: AVRO-688.patch, AVRO-688.patch > > > Python and Ruby do not respect the one-way attribute for RPC calls > Three approaches were suggested to fix this by Doug Cutting. > 1) fixing Python/Ruby to preserve the one-way attribute in the protocol's JSON > 2) Fix Java to ignore this attribute when using a stateless transport like HTTP > 3) a short-term option might be to remove the one-way specification from the Flume protocols -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.