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 5E2A22009D9 for ; Mon, 2 May 2016 23:33:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5CE821609B1; Mon, 2 May 2016 23:33:14 +0200 (CEST) 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 CAD5E1602C5 for ; Mon, 2 May 2016 23:33:13 +0200 (CEST) Received: (qmail 14330 invoked by uid 500); 2 May 2016 21:33:13 -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 14308 invoked by uid 99); 2 May 2016 21:33:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2016 21:33:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD9162C0451 for ; Mon, 2 May 2016 21:33:12 +0000 (UTC) Date: Mon, 2 May 2016 21:33:12 +0000 (UTC) From: "Yufeng Jiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15751) Fixed HBase compilation failed with Zookeeper 3.5 and bump HBase to use zookeeper 3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 02 May 2016 21:33:14 -0000 Yufeng Jiang created HBASE-15751: ------------------------------------ Summary: Fixed HBase compilation failed with Zookeeper 3.5 and bump HBase to use zookeeper 3.5 Key: HBASE-15751 URL: https://issues.apache.org/jira/browse/HBASE-15751 Project: HBase Issue Type: Task Components: Zookeeper Affects Versions: master Reporter: Yufeng Jiang Fix For: master From zookeeper 3.5 and onwards, runFromConfig(QuorumPeerConfig config) method throws AdminServerException. HBase uses runFromConfig in HQuorumPeer.java and hence needs to throw this exception as well. I've created a patch to make HBase compatible with zookeeper-3.5.1-alpha. However, since zookeeper 3.5+ does not have a stable version yet, I don't think we should commit this patch. Instead, I suggest using this JIRA to track this issue. Once zookeeper releases stable version of 3.5+, I could create another patch to bump the zookeeper version in HBase trunk. -- This message was sent by Atlassian JIRA (v6.3.4#6332)