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 02F58200AC8 for ; Tue, 7 Jun 2016 22:48:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 01A15160968; Tue, 7 Jun 2016 20:48:23 +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 5221B160A4F for ; Tue, 7 Jun 2016 22:48:22 +0200 (CEST) Received: (qmail 80195 invoked by uid 500); 7 Jun 2016 20:48:21 -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 80051 invoked by uid 99); 7 Jun 2016 20:48:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 20:48:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 317892C1F5C for ; Tue, 7 Jun 2016 20:48:21 +0000 (UTC) Date: Tue, 7 Jun 2016 20:48:21 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15979) replication_admin_test.rb fails in 0.98 branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Jun 2016 20:48:23 -0000 [ https://issues.apache.org/jira/browse/HBASE-15979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319368#comment-15319368 ] Ted Yu commented on HBASE-15979: -------------------------------- I was able to reproduce the test failure. Test output attached. > replication_admin_test.rb fails in 0.98 branch > ---------------------------------------------- > > Key: HBASE-15979 > URL: https://issues.apache.org/jira/browse/HBASE-15979 > Project: HBase > Issue Type: Test > Affects Versions: 0.98.19 > Reporter: Ted Yu > Priority: Minor > Attachments: TestShell-output.txt > > > From https://builds.apache.org/job/HBase-0.98-matrix/jdk=latest1.7,label=yahoo-not-h2/352/testReport/junit/org.apache.hadoop.hbase.client/TestShell/testRunShellTests/ : > {code} > 1) Error: > test_add_peer:_multiple_zk_cluster_key_-_peer_config(Hbase::ReplicationAdminTest): > NativeException: org.apache.hadoop.hbase.replication.ReplicationException: Could not remove peer with id=1 > org/apache/hadoop/hbase/replication/ReplicationPeersZKImpl.java:144:in `removePeer' > org/apache/hadoop/hbase/client/replication/ReplicationAdmin.java:229:in `removePeer' > /home/jenkins/jenkins-slave/workspace/HBase-0.98-matrix/jdk/latest1.7/label/yahoo-not-h2/hbase-shell/src/main/ruby/hbase/replication_admin.rb:102:in `remove_peer' > ./src/test/ruby/hbase/replication_admin_test.rb:140:in `test_add_peer:_multiple_zk_cluster_key_-_peer_config' > org/jruby/RubyProc.java:270:in `call' > org/jruby/RubyKernel.java:2105:in `send' > org/jruby/RubyArray.java:1620:in `each' > org/jruby/RubyArray.java:1620:in `each' > {code} > The above led to assertion failures for subsequent tests: > {code} > 2) Failure: > test_add_peer:_multiple_zk_cluster_key_-_peer_config(Hbase::ReplicationAdminTest) > [./src/test/ruby/hbase/replication_admin_test.rb:41:in `teardown' > org/jruby/RubyArray.java:1620:in `each' > org/jruby/RubyArray.java:1620:in `each']: > <0> expected but was > <1>. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)