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 6FEA5C841 for ; Thu, 7 Jun 2012 22:51:25 +0000 (UTC) Received: (qmail 71505 invoked by uid 500); 7 Jun 2012 22:51:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71429 invoked by uid 500); 7 Jun 2012 22:51:23 -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 71121 invoked by uid 99); 7 Jun 2012 22:51:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 22:51:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 2AAAD142860 for ; Thu, 7 Jun 2012 22:51:23 +0000 (UTC) Date: Thu, 7 Jun 2012 22:51:23 +0000 (UTC) From: "Zhihong Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: <1236982511.50336.1339109483176.JavaMail.jiratomcat@issues-vm> In-Reply-To: <621668506.17091.1333635445661.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5726) TestSplitTransactionOnCluster occasionally failing 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-5726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-5726: ---------------------------------- Attachment: 5726.txt I ran TestSplitTransactionOnCluster#testShutdownFixupWhenDaughterHasSplit 5 times with the patch - they passed. > TestSplitTransactionOnCluster occasionally failing > -------------------------------------------------- > > Key: HBASE-5726 > URL: https://issues.apache.org/jira/browse/HBASE-5726 > Project: HBase > Issue Type: Bug > Reporter: Uma Maheswara Rao G > Priority: Critical > Attachments: 5726.txt, Hbase.log_testExistingZnodeBlocksSplitAndWeRollback & testShutdownFixupWhenDaughterHasSplit, Hbase.log_testRSSplitEphemeralsDisappearButDaughtersAreOnlinedAfterShutdownHandling > > > When I ran TestSplitTransactionOnCluster, some times tests are failing. > {quote} > java.lang.AssertionError: expected:<1> but was:<0> > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:472) > at org.junit.Assert.assertEquals(Assert.java:456) > at org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.getAndCheckSingleTableRegion(TestSplitTransactionOnCluster.java:89) > at org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.testShutdownFixupWhenDaughterHasSplit(TestSplitTransactionOnCluster.java:298) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:62) > {quote} > Seems like test is flaky, random other cases also fails. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira