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 72AE218EFA for ; Wed, 3 Feb 2016 03:33:47 +0000 (UTC) Received: (qmail 58316 invoked by uid 500); 3 Feb 2016 03:33:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58259 invoked by uid 500); 3 Feb 2016 03:33:40 -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 57957 invoked by uid 99); 3 Feb 2016 03:33:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 03:33:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0C0FB2C1F70 for ; Wed, 3 Feb 2016 03:33:40 +0000 (UTC) Date: Wed, 3 Feb 2016 03:33:40 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15206) Flakey testSplitDaughtersNotInMeta 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-15206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129725#comment-15129725 ] Hudson commented on HBASE-15206: -------------------------------- SUCCESS: Integrated in HBase-1.3-IT #471 (See [https://builds.apache.org/job/HBase-1.3-IT/471/]) HBASE-15206 Fix flakey testSplitDaughtersNotInMeta (Huaxiang Sun) (jmhsieh: rev b69b8aced6317f6017b9e81c3ca10d1a9a9d3dda) * hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck.java > Flakey testSplitDaughtersNotInMeta test > --------------------------------------- > > Key: HBASE-15206 > URL: https://issues.apache.org/jira/browse/HBASE-15206 > Project: HBase > Issue Type: Bug > Components: flakey > Reporter: huaxiang sun > Assignee: huaxiang sun > Priority: Minor > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.4 > > Attachments: HBASE-15206-001.patch, HBASE-15206-001_branch-1.2.patch, HBASE-15206-002.patch > > > Run into the following failure with hbase 1.0.0. > Stacktrace > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertNotNull(Assert.java:712) > at org.junit.Assert.assertNotNull(Assert.java:722) > at org.apache.hadoop.hbase.util.TestHBaseFsck.testSplitDaughtersNotInMeta(TestHBaseFsck.java:1723) > From the log, the ntp issue caused clock skew and it woke up CatalogJanitor earlier. The CatalogJanitor cleaned up the parent region. It could happen with master branch as well. The fix is to disable CatalogJanitor to make sure this will not happen. -- This message was sent by Atlassian JIRA (v6.3.4#6332)