From common-issues-return-149340-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue Mar 6 11:29:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 65338180652 for ; Tue, 6 Mar 2018 11:29:07 +0100 (CET) Received: (qmail 22153 invoked by uid 500); 6 Mar 2018 10:29:06 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 22142 invoked by uid 99); 6 Mar 2018 10:29:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2018 10:29:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E76551A033B for ; Tue, 6 Mar 2018 10:29:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -102.311 X-Spam-Level: X-Spam-Status: No, score=-102.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id gP-yc-PV9wSo for ; Tue, 6 Mar 2018 10:29:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 23F585F4A8 for ; Tue, 6 Mar 2018 10:29:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 93539E021F for ; Tue, 6 Mar 2018 10:29:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 434102126D for ; Tue, 6 Mar 2018 10:29:00 +0000 (UTC) Date: Tue, 6 Mar 2018 10:29:00 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-15289) FileStatus.readFields() assertion incorrect 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/HADOOP-15289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387576#comment-16387576 ] Hudson commented on HADOOP-15289: --------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13777 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/13777/]) HADOOP-15289. FileStatus.readFields() assertion incorrect. Contributed (stevel: rev 12ecb55ffee2b89108eea2565e7ad955ea1fabe7) * (edit) hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileStatus.java > FileStatus.readFields() assertion incorrect > ------------------------------------------- > > Key: HADOOP-15289 > URL: https://issues.apache.org/jira/browse/HADOOP-15289 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 3.0.0, 3.1.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Critical > Fix For: 3.1.0, 3.0.2 > > Attachments: HADOOP-15289-001.patch > > > As covered inHBASE-20123, "Backup test fails against hadoop 3; ", I think the assert at the end of {{FileStatus.readFields()}} is wrong; if you run the code with assert=true against a directory, an IOE will get raised. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org