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 45C7617B60 for ; Wed, 22 Apr 2015 04:27:59 +0000 (UTC) Received: (qmail 26500 invoked by uid 500); 22 Apr 2015 04:27:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26442 invoked by uid 500); 22 Apr 2015 04:27:59 -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 26426 invoked by uid 99); 22 Apr 2015 04:27:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 04:27:59 +0000 Date: Wed, 22 Apr 2015 04:27:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13524) TestReplicationAdmin fails on JDK 1.8 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-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14506402#comment-14506402 ] Hudson commented on HBASE-13524: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #6399 (See [https://builds.apache.org/job/HBase-TRUNK/6399/]) HBASE-13524 TestReplicationAdmin fails on JDK 1.8 (eclark: rev 07b8a7b264bc6d91fa63243b2e9cd5527176a6f5) * hbase-server/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java > TestReplicationAdmin fails on JDK 1.8 > ------------------------------------- > > Key: HBASE-13524 > URL: https://issues.apache.org/jira/browse/HBASE-13524 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 1.1.0 > Reporter: Elliott Clark > Assignee: Elliott Clark > Fix For: 2.0.0, 1.1.0, 1.2.0 > > Attachments: HBASE-13524-v1.patch, HBASE-13524.patch > > > {code} > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 > Running org.apache.hadoop.hbase.client.replication.TestReplicationAdmin > Tests run: 5, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 2.419 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.replication.TestReplicationAdmin > testAppendPeerTableCFs(org.apache.hadoop.hbase.client.replication.TestReplicationAdmin) Time elapsed: 0.037 sec <<< FAILURE! > org.junit.ComparisonFailure: expected: but was: > at org.junit.Assert.assertEquals(Assert.java:115) > at org.junit.Assert.assertEquals(Assert.java:144) > at org.apache.hadoop.hbase.client.replication.TestReplicationAdmin.testAppendPeerTableCFs(TestReplicationAdmin.java:170) > testEnableDisable(org.apache.hadoop.hbase.client.replication.TestReplicationAdmin) Time elapsed: 0.031 sec <<< ERROR! > java.lang.IllegalArgumentException: Cannot add a peer with id=1 because that id already exists. > at org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl.addPeer(ReplicationPeersZKImpl.java:112) > at org.apache.hadoop.hbase.client.replication.ReplicationAdmin.addPeer(ReplicationAdmin.java:202) > at org.apache.hadoop.hbase.client.replication.ReplicationAdmin.addPeer(ReplicationAdmin.java:181) > at org.apache.hadoop.hbase.client.replication.TestReplicationAdmin.testEnableDisable(TestReplicationAdmin.java:115) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)