Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 93886 invoked from network); 23 Aug 2010 23:07:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Aug 2010 23:07:38 -0000 Received: (qmail 12816 invoked by uid 500); 23 Aug 2010 23:07:38 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 12762 invoked by uid 500); 23 Aug 2010 23:07:38 -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 12753 invoked by uid 99); 23 Aug 2010 23:07:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Aug 2010 23:07:37 +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, 23 Aug 2010 23:07:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7NN7HBf013699 for ; Mon, 23 Aug 2010 23:07:17 GMT Message-ID: <26961826.521621282604837010.JavaMail.jira@thor> Date: Mon, 23 Aug 2010 19:07:17 -0400 (EDT) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Commented: (AVRO-541) Java: TestDataFileConcat sometimes fails In-Reply-To: <28345653.28301273790623361.JavaMail.jira@thor> 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-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901658#action_12901658 ] Doug Cutting commented on AVRO-541: ----------------------------------- +1 looks good to me! > Java: TestDataFileConcat sometimes fails > ---------------------------------------- > > Key: AVRO-541 > URL: https://issues.apache.org/jira/browse/AVRO-541 > Project: Avro > Issue Type: Bug > Components: java > Reporter: Doug Cutting > Assignee: Scott Carey > Priority: Critical > Fix For: 1.4.0 > > Attachments: AVRO-541.patch, AVRO-541.patch, AVRO-541.patch > > > TestDataFileConcat intermittently fails with: > {code} > Testcase: testConcateateFiles[5] took 0.032 sec > Caused an ERROR > java.io.IOException: Block read partially, the data may be corrupt > org.apache.avro.AvroRuntimeException: java.io.IOException: Block read partially, the data may be corrupt > at org.apache.avro.file.DataFileStream.hasNext(DataFileStream.java:173) > at org.apache.avro.file.DataFileStream.next(DataFileStream.java:193) > at org.apache.avro.TestDataFileConcat.testConcateateFiles(TestDataFileConcat.java:141) > Caused by: java.io.IOException: Block read partially, the data may be corrupt > at org.apache.avro.file.DataFileStream.hasNext(DataFileStream.java:157) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.