Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F3FD10290 for ; Thu, 5 Mar 2015 08:11:42 +0000 (UTC) Received: (qmail 55241 invoked by uid 500); 5 Mar 2015 08:11:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55203 invoked by uid 500); 5 Mar 2015 08:11:42 -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 55191 invoked by uid 99); 5 Mar 2015 08:11:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 08:11:41 +0000 Date: Thu, 5 Mar 2015 08:11:41 +0000 (UTC) From: "zhangduo (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13150) TestMasterObserver failing disable table at end of test 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/HBASE-13150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348358#comment-14348358 ] zhangduo commented on HBASE-13150: ---------------------------------- Yes, I think remove the code above in assign method could solve the problem of this test. But we need to confirm that removing it is safe? > TestMasterObserver failing disable table at end of test > ------------------------------------------------------- > > Key: HBASE-13150 > URL: https://issues.apache.org/jira/browse/HBASE-13150 > Project: HBase > Issue Type: Bug > Components: test > Reporter: stack > Assignee: stack > > I see in https://builds.apache.org/view/H-L/view/HBase/job/HBase-TRUNK/6202/testReport/junit/org.apache.hadoop.hbase.coprocessor/TestMasterObserver/testRegionTransitionOperations/ , now we have added in timeouts, that we are failing to disable a table. It looks like table is disabled but regions are being opened on the disabled table still, like HBASE-6537 > Let me see if can figure why this happening. Will be back. -- This message was sent by Atlassian JIRA (v6.3.4#6332)