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 95C69D6BF for ; Thu, 15 Nov 2012 19:22:13 +0000 (UTC) Received: (qmail 86238 invoked by uid 500); 15 Nov 2012 19:22:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 86185 invoked by uid 500); 15 Nov 2012 19:22: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 86177 invoked by uid 99); 15 Nov 2012 19:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 19:22:13 +0000 Date: Thu, 15 Nov 2012 19:22:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <1066080891.120496.1353007333382.JavaMail.jiratomcat@arcas> In-Reply-To: <1938897681.117646.1352954412626.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-7166) TestSplitTransactionOnCluster tests are flaky 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-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498260#comment-13498260 ] Ted Yu commented on HBASE-7166: ------------------------------- {code} + private List assertDaughters(byte[] tableName) {code} I wouldn't expect an assertion to return a List. Rename the method to getDaughters() ? > TestSplitTransactionOnCluster tests are flaky > --------------------------------------------- > > Key: HBASE-7166 > URL: https://issues.apache.org/jira/browse/HBASE-7166 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Fix For: 0.96.0, 0.94.4 > > Attachments: 7166-0.94.txt, 7166-0.94-v2.txt, 7166-trunk.txt, 7166-trunk.txt, 7166-trunk-v2.txt > > > There's a variety of tests in this class that fail occasionally. > I think this is caused by incorrect waiting for the split to finish. > The local split method in the test does not wait until both daughters are online, and in some tests there's an assert following immediately that the two daughters exist. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira