Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 4323 invoked from network); 1 Nov 2010 18:10:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 18:10:16 -0000 Received: (qmail 40777 invoked by uid 500); 1 Nov 2010 18:10:47 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 40719 invoked by uid 500); 1 Nov 2010 18:10:47 -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 40711 invoked by uid 99); 1 Nov 2010 18:10:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 18:10:47 +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; Mon, 01 Nov 2010 18:10:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1IAQNe015393 for ; Mon, 1 Nov 2010 18:10:26 GMT Message-ID: <4316805.177601288635026430.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 14:10:26 -0400 (EDT) From: "Mark Lewandowski (JIRA)" To: dev@avro.apache.org Subject: [jira] Created: (AVRO-688) One-Way Attribute is ignored in Python and Ruby bindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 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.