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 81B5F200CD3 for ; Thu, 13 Jul 2017 20:46:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58E3C16C017; Thu, 13 Jul 2017 18:46: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 A785916C433 for ; Thu, 13 Jul 2017 20:46:14 +0200 (CEST) Received: (qmail 55493 invoked by uid 500); 13 Jul 2017 18:46:13 -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 55457 invoked by uid 99); 13 Jul 2017 18:46:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 18:46:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 100B1180011 for ; Thu, 13 Jul 2017 18:52:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 8cdEN4-L6UFJ for ; Thu, 13 Jul 2017 18:52:11 +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 4813B5F20C for ; Thu, 13 Jul 2017 18:46:10 +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 CE505E0069 for ; Thu, 13 Jul 2017 18:46:09 +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 2C59124748 for ; Thu, 13 Jul 2017 18:46:02 +0000 (UTC) Date: Thu, 13 Jul 2017 18:46:02 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17922) TestRegionServerHostname always fails against hadoop 3.0.0-alpha2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 13 Jul 2017 18:46:15 -0000 [ https://issues.apache.org/jira/browse/HBASE-17922?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy updated HBASE-17922: ------------------------- Fix Version/s: 3.0.0 > TestRegionServerHostname always fails against hadoop 3.0.0-alpha2 > ----------------------------------------------------------------- > > Key: HBASE-17922 > URL: https://issues.apache.org/jira/browse/HBASE-17922 > Project: HBase > Issue Type: Sub-task > Components: hadoop3 > Affects Versions: 2.0.0 > Reporter: Jonathan Hsieh > Assignee: Mike Drob > Fix For: 3.0.0, 2.0.0-alpha-2 > > Attachments: HBASE-17922.patch > > > {code} > Running org.apache.hadoop.hbase.regionserver.TestRegionServerHostname > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 126.363 s= ec <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRegionServerH= ostname > testRegionServerHostname(org.apache.hadoop.hbase.regionserver.TestRegionS= erverHostname) Time elapsed: 120.029 sec <<< ERROR! > org.junit.runners.model.TestTimedOutException: test timed out after 12000= 0 milliseconds > =09at java.lang.Thread.sleep(Native Method) > =09at org.apache.hadoop.hbase.util.JVMClusterUtil.startup(JVMClusterUtil.= java:221) > =09at org.apache.hadoop.hbase.LocalHBaseCluster.startup(LocalHBaseCluster= .java:405) > =09at org.apache.hadoop.hbase.MiniHBaseCluster.init(MiniHBaseCluster.java= :225) > =09at org.apache.hadoop.hbase.MiniHBaseCluster.(MiniHBaseCluster.ja= va:94) > =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniHBaseCluster(H= BaseTestingUtility.java:1123) > =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseT= estingUtility.java:1077) > =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseT= estingUtility.java:948) > =09at org.apache.hadoop.hbase.HBaseTestingUtility.startMiniCluster(HBaseT= estingUtility.java:942) > =09at org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testR= egionServerHostname(TestRegionServerHostname.java:88) > Results : > Tests in error:=20 > TestRegionServerHostname.testRegionServerHostname:88 =C2=BB TestTimedOu= t test timed... > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0 > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)