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 4656D200D1E for ; Wed, 4 Oct 2017 01:12:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 44CC7160BD5; Tue, 3 Oct 2017 23:12:06 +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 8ABB81609DE for ; Wed, 4 Oct 2017 01:12:05 +0200 (CEST) Received: (qmail 69032 invoked by uid 500); 3 Oct 2017 23:12:04 -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 69021 invoked by uid 99); 3 Oct 2017 23:12:04 -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, 03 Oct 2017 23:12:04 +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 E64F3C0C80 for ; Tue, 3 Oct 2017 23:12:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id EsfLDAdor7Ke for ; Tue, 3 Oct 2017 23:12:03 +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 2AE165F1E7 for ; Tue, 3 Oct 2017 23:12:03 +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 AE975E0D6A for ; Tue, 3 Oct 2017 23:12:02 +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 4C2E3242B6 for ; Tue, 3 Oct 2017 23:12:02 +0000 (UTC) Date: Tue, 3 Oct 2017 23:12:02 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-18930) TestRegionObserverInterface#testRecovery sometimes times out MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 Oct 2017 23:12:06 -0000 Ted Yu created HBASE-18930: ------------------------------ Summary: TestRegionObserverInterface#testRecovery sometimes times out Key: HBASE-18930 URL: https://issues.apache.org/jira/browse/HBASE-18930 Project: HBase Issue Type: Test Reporter: Ted Yu During a test run, TestRegionObserverInterface#testRecovery timed out in table deletion (branch-2): {code} } finally { util.deleteTable(tableName); table.close(); } {code} {code} 2017-10-03 21:50:40,250 DEBUG [RpcServer.default.FPBQ.Fifo.handler=4,queue=0,port=35273] assignment.RegionTransitionProcedure(235): Received report OPENED seqId=0, pid=33, ppid=32, state=RUNNABLE:REGION_TRANSITION_FINISH; AssignProcedure table=TestTable.testRecovery, region=e8d466bc47137a0d2d7b3119106dc88a; rit=OPENING, location=cn012.l42scl. hortonworks.com,37573,1507067090360 ... 2017-10-03 21:50:42,309 INFO [ProcExecWrkr-9] procedure2.ProcedureExecutor(1340): Rolled back pid=35, state=ROLLEDBACK, exception=org.apache.hadoop.hbase.exceptions. TimeoutIOException via master-delete-table:org.apache.hadoop.hbase.exceptions.TimeoutIOException: Timed out while waiting on regions TestTable.testRecovery,,1507067136028. e8d466bc47137a0d2d7b3119106dc88a. in transition; DeleteTableProcedure table=TestTable.testRecovery exec-time=5mins, 0.253sec {code} It seems certain region of the table got stuck in transition, leading to the timeout of table deletion. -- This message was sent by Atlassian JIRA (v6.4.14#64029)