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 42FC610E4E for ; Wed, 18 Dec 2013 05:57:28 +0000 (UTC) Received: (qmail 30412 invoked by uid 500); 18 Dec 2013 05:57:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 30200 invoked by uid 500); 18 Dec 2013 05:57:10 -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 30169 invoked by uid 99); 18 Dec 2013 05:57:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Dec 2013 05:57:09 +0000 Date: Wed, 18 Dec 2013 05:57:09 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10189) Intermittent TestReplicationSyncUpTool failure 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-10189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851400#comment-13851400 ] Hudson commented on HBASE-10189: -------------------------------- FAILURE: Integrated in HBase-0.98 #20 (See [https://builds.apache.org/job/HBase-0.98/20/]) HBASE-10189 Intermittent TestReplicationSyncUpTool failure (LarsH and Demai Ni) (larsh: rev 1551790) * /hbase/branches/0.98/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationSyncUpTool.java > Intermittent TestReplicationSyncUpTool failure > ---------------------------------------------- > > Key: HBASE-10189 > URL: https://issues.apache.org/jira/browse/HBASE-10189 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Demai Ni > Fix For: 0.98.0, 0.94.15, 0.96.2, 0.99.0 > > Attachments: 10189-0.94.txt, 10189-test-sync-tool.html, HBASE-10189-0.94-v0.patch, HBASE-10189-trunk-v0.patch > > > From https://builds.apache.org/job/PreCommit-HBASE-Build/8200//testReport/ : > {code} > java.lang.AssertionError: t2_syncup has 201 rows on source, and 200 on slave1 expected:<200> but was:<125> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool.putAndReplicateRows(TestReplicationSyncUpTool.java:245) > at org.apache.hadoop.hbase.replication.TestReplicationSyncUpTool.testSyncUpTool(TestReplicationSyncUpTool.java:116) > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)