Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4E285200BB1 for ; Thu, 3 Nov 2016 09:55:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4CB8E160B0C; Thu, 3 Nov 2016 08:55:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 95B06160AFE for ; Thu, 3 Nov 2016 09:54:59 +0100 (CET) Received: (qmail 97660 invoked by uid 500); 3 Nov 2016 08:54:58 -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 97621 invoked by uid 99); 3 Nov 2016 08:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2016 08:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F3A02C1F56 for ; Thu, 3 Nov 2016 08:54:58 +0000 (UTC) Date: Thu, 3 Nov 2016 08:54:58 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16975) Serial replication should handle daughter regions being assigned to another RS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 03 Nov 2016 08:55:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-16975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632108#comment-15632108 ] Ted Yu commented on HBASE-16975: -------------------------------- Logged HBASE-17010 and assigned to Stephen. > Serial replication should handle daughter regions being assigned to another RS > ------------------------------------------------------------------------------ > > Key: HBASE-16975 > URL: https://issues.apache.org/jira/browse/HBASE-16975 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Assignee: Phil Yang > Priority: Minor > Attachments: HBASE-16975-ignore.patch, HBASE-16975-v1.patch > > > As seen in https://builds.apache.org/job/PreCommit-HBASE-Build/4246/artifact/patchprocess/patch-unit-hbase-server.txt : > {code} > testRegionMerge(org.apache.hadoop.hbase.replication.TestSerialReplication) Time elapsed: 14.763 sec <<< FAILURE! > 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.replication.TestSerialReplication.assertIntegerList(TestSerialReplication.java:396) > at org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionMerge(TestSerialReplication.java:326) > testRegionSplit(org.apache.hadoop.hbase.replication.TestSerialReplication) Time elapsed: 203.88 sec <<< ERROR! > java.lang.Exception: Not all logs have been pushed > at org.apache.hadoop.hbase.replication.TestSerialReplication.testRegionSplit(TestSerialReplication.java:264) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)