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 2C377200D64 for ; Tue, 12 Dec 2017 04:00:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2AAF0160C22; Tue, 12 Dec 2017 03:00:30 +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 70862160C13 for ; Tue, 12 Dec 2017 04:00:29 +0100 (CET) Received: (qmail 9899 invoked by uid 500); 12 Dec 2017 03:00:28 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 9888 invoked by uid 99); 12 Dec 2017 03:00:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 03:00:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 04385C9ECC for ; Tue, 12 Dec 2017 03:00:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SjHtZZmsNm-V for ; Tue, 12 Dec 2017 03:00:25 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6031E60CEF for ; Tue, 12 Dec 2017 03:00:02 +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 D356FE20C5 for ; Tue, 12 Dec 2017 03:00: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 54FA8212F5 for ; Tue, 12 Dec 2017 03:00:00 +0000 (UTC) Date: Tue, 12 Dec 2017 03:00:00 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-19489) Check against only the latest maintenance release in pre-commit hadoopcheck. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Dec 2017 03:00:30 -0000 [ https://issues.apache.org/jira/browse/HBASE-19489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287020#comment-16287020 ] Appy commented on HBASE-19489: ------------------------------ Ping [~tedyu] / [~elserj] / [~stack]. > Check against only the latest maintenance release in pre-commit hadoopcheck. > ---------------------------------------------------------------------------- > > Key: HBASE-19489 > URL: https://issues.apache.org/jira/browse/HBASE-19489 > Project: HBase > Issue Type: Improvement > Reporter: Appy > Assignee: Appy > Priority: Minor > Attachments: HBASE-19489.master.001.patch, HBASE-19489.master.002.patch > > > (copied from dev thread) > {color:green} > | +1 | hadoopcheck | 52m 1s | Patch does not cause any errors with Hadoop 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 2.7.4 or 3.0.0-alpha4. | > {color} > Almost 1 hr to check against 10 versions. And it's only going to increase as more 2.6.x, 2.7.x and 3.0.x releases come out. > Suggestion here is simple, let's check against only the latest maintenance release for each minor version i.e. 2.6.5, 2.7.4 and 3.0.0-alpha4. > Advantage: Save ~40 min on pre-commit time. > Justification: > - We only do compile checks. Maintenance releases are not supposed to be doing API breaking changes. So checking against maintenance release for each minor version should be enough. > - We rarely see any hadoop check -1, and most recent ones have been due to 3.0. These will still be caught. > - Nightly can still check against all hadoop versions (since nightlies are supposed to do holistic testing) > - Analyzing 201 precommits from 10100 (11/29) - 10300 (12/8) (10 days): > 138 had +1 hadoopcheck > 15 had -1 hadoopcheck > (others probably failed even before that - merge issue, etc) > Spot checking some failures:(10241,10246,10225,10269,10151,10156,10184,10250,10298,10227,10294,10223,10251,10119,10230) > 10241: All 2.6.x failed. Others didn't run > 10246: All 10 versions failed. > 10184: All 2.6.x and 2.7.x failed. Others didn't run > 10223: All 10 versions failed > 10230: All 2.6.x failed. Others didn't run > > Common pattern being, all maintenance versions fail together. > (idk, why sometimes 2.7.* are not reported if 2.6.* fail, but that's irrelevant to this discussion). > What do you say - only check latest maintenance releases in precommit (and let nightlies do holistic testing against all versions)? -- This message was sent by Atlassian JIRA (v6.4.14#64029)