Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 91491 invoked from network); 9 Feb 2010 20:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 20:45:49 -0000 Received: (qmail 81740 invoked by uid 500); 9 Feb 2010 20:45:49 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 81665 invoked by uid 500); 9 Feb 2010 20:45:49 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 81655 invoked by uid 99); 9 Feb 2010 20:45:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 20:45:49 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 20:45:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1D8729A0015 for ; Tue, 9 Feb 2010 12:45:27 -0800 (PST) Message-ID: <1523794144.160201265748327989.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Feb 2010 20:45:27 +0000 (UTC) From: "Doug Cutting (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Commented: (AVRO-406) Support streaming RPC calls In-Reply-To: <1615816857.84171265410348111.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831655#action_12831655 ] Doug Cutting commented on AVRO-406: ----------------------------------- > Do we enforce that you can't start iterating blahs until chunks have been iterated? I'm just exploring whether and how we might use a uniform, iterator-based API. We might optimize the runtime in particular cases, and these optimizations might result in runtime restrictions. These optimizations might be switchable at runtime. So, tail-streamable might be enabled by default, and all others would be fully buffered. But you might be able to call a #setStreamNested(boolean) method that permits nested things to be streamed but requires that datastructures be accessed in-order. > Support streaming RPC calls > --------------------------- > > Key: AVRO-406 > URL: https://issues.apache.org/jira/browse/AVRO-406 > Project: Avro > Issue Type: New Feature > Components: java, spec > Reporter: Todd Lipcon > > Avro nicely supports chunking of container types into multiple frames. We need to expose this to RPC layer to facilitate use cases like the Hadoop Datanode where a single "RPC" can yield far more data than should be buffered in memory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.