Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 179EF9BA6 for ; Thu, 13 Sep 2012 21:13:10 +0000 (UTC) Received: (qmail 23200 invoked by uid 500); 13 Sep 2012 21:13:08 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 23094 invoked by uid 500); 13 Sep 2012 21:13:08 -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 22964 invoked by uid 99); 13 Sep 2012 21:13:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 21:13:08 +0000 Date: Fri, 14 Sep 2012 08:13:08 +1100 (NCT) From: "Douglas Creager (JIRA)" To: dev@avro.apache.org Message-ID: <315051954.77195.1347570788524.JavaMail.jiratomcat@arcas> In-Reply-To: <2044010202.1719.1344866318279.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open 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-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1138: ---------------------------------- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available) Looks good. Merged into SVN, with some minor whitespace modifications. > avro-c: can`t set default block size in avro_file_writer_open > ------------------------------------------------------------- > > Key: AVRO-1138 > URL: https://issues.apache.org/jira/browse/AVRO-1138 > Project: Avro > Issue Type: Bug > Components: c > Affects Versions: 1.7.1 > Reporter: Pugachev Maxim > Fix For: 1.7.2 > > Attachments: AVRO-1138.patch > > > There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it later trying to write something bigger than default size (say, 90kb record), I`ll get an error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira