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 A9D3A1892D for ; Wed, 10 Feb 2016 17:21:22 +0000 (UTC) Received: (qmail 92926 invoked by uid 500); 10 Feb 2016 17:21:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92828 invoked by uid 500); 10 Feb 2016 17:21:19 -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 92279 invoked by uid 99); 10 Feb 2016 17:21:19 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 17:21:19 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 516922C1F5D for ; Wed, 10 Feb 2016 17:21:19 +0000 (UTC) Date: Wed, 10 Feb 2016 17:21:19 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15079) TestMultiParallel.validateLoadedData AssertionError: null 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-15079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141231#comment-15141231 ] Hudson commented on HBASE-15079: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1169 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1169/]) HBASE-15079 TestMultiParallel.validateLoadedData AssertionError: null (apurtell: rev 4e2ab8f23938f23191a7a6ab2c78fd5b96da29db) * hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java > TestMultiParallel.validateLoadedData AssertionError: null > --------------------------------------------------------- > > Key: HBASE-15079 > URL: https://issues.apache.org/jira/browse/HBASE-15079 > Project: HBase > Issue Type: Bug > Components: Client, flakey, test > Affects Versions: 2.0.0, 1.2.0, 1.3.0 > Reporter: stack > Assignee: Heng Chen > Fix For: 2.0.0, 1.2.0, 1.3.0, 0.98.18 > > Attachments: HBASE-14915-branch-1.2.patch > > > Saw this failure on internal rig: > {code} > Stack Trace: > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.hbase.client.TestMultiParallel.validateLoadedData(TestMultiParallel.java:676) > at org.apache.hadoop.hbase.client.TestMultiParallel.doTestFlushCommits(TestMultiParallel.java:293) > at org.apache.hadoop.hbase.client.TestMultiParallel.testFlushCommitsNoAbort(TestMultiParallel.java:241) > {code} > [~chenheng] actually added a fix for this failure over in HBASE-14915 but we never committed it. Let me attach his patch here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)