Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0B66200BB6 for ; Fri, 21 Oct 2016 02:02:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDE3B160AF2; Fri, 21 Oct 2016 00:02:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 208BF160AFF for ; Fri, 21 Oct 2016 02:02:14 +0200 (CEST) Received: (qmail 21948 invoked by uid 500); 21 Oct 2016 00:02:13 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 21408 invoked by uid 99); 21 Oct 2016 00:02:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 00:02:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 977A12C2A6A for ; Fri, 21 Oct 2016 00:02:13 +0000 (UTC) Date: Fri, 21 Oct 2016 00:02:13 +0000 (UTC) From: "Wei-Chiu Chuang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10935) TestFileChecksum tests are failing after HDFS-10460 (Mac only?) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Oct 2016 00:02:16 -0000 [ https://issues.apache.org/jira/browse/HDFS-10935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593423#comment-15593423 ] Wei-Chiu Chuang commented on HDFS-10935: ---------------------------------------- I have two local Hadoop repo, one is built with native isa-l lib and the other is not. The one without the native lib failed while the other passed. It seems java based codec doesn't work as expected. I also have other tests where if I specifically corrupt 1, 2 or 3 strips out of 9, it does not recover if hadoop is built without native lib. > TestFileChecksum tests are failing after HDFS-10460 (Mac only?) > --------------------------------------------------------------- > > Key: HDFS-10935 > URL: https://issues.apache.org/jira/browse/HDFS-10935 > Project: Hadoop HDFS > Issue Type: Bug > Environment: JDK 1.8.0_91 on Mac OS X Yosemite 10.10.5 > Reporter: Wei-Chiu Chuang > Assignee: SammiChen > > On my Mac, TestFileChecksum has been been failing since HDFS-10460. However, the jenkins jobs have not reported the failures. Maybe it's an issue with my Mac or JDK. > 9 out of 21 tests failed. > {noformat} > java.lang.AssertionError: Checksum mismatches! > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.hdfs.TestFileChecksum.testStripedFileChecksumWithMissedDataBlocksRangeQuery(TestFileChecksum.java:227) > at org.apache.hadoop.hdfs.TestFileChecksum.testStripedFileChecksumWithMissedDataBlocksRangeQuery10(TestFileChecksum.java:336) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org