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 4DC0E200CC7 for ; Sun, 2 Jul 2017 06:21:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C12B160BF8; Sun, 2 Jul 2017 04:21:04 +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 97126160BEA for ; Sun, 2 Jul 2017 06:21:03 +0200 (CEST) Received: (qmail 77740 invoked by uid 500); 2 Jul 2017 04:21:02 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 77729 invoked by uid 99); 2 Jul 2017 04:21:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2017 04:21:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4013418238F for ; Sun, 2 Jul 2017 04:21:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QKwGOsoz40Jx for ; Sun, 2 Jul 2017 04:21:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 30A795F46F for ; Sun, 2 Jul 2017 04:21:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B5BB9E0C1D for ; Sun, 2 Jul 2017 04:21:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0FD72245E2 for ; Sun, 2 Jul 2017 04:21:00 +0000 (UTC) Date: Sun, 2 Jul 2017 04:21:00 +0000 (UTC) From: "Rakesh R (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-2792) [QP MutualAuth]: Merge basic working patch from branch-3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 02 Jul 2017 04:21:04 -0000 [ https://issues.apache.org/jira/browse/ZOOKEEPER-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071492#comment-16071492 ] Rakesh R commented on ZOOKEEPER-2792: ------------------------------------- [~hanm], there is one last NPE with the patch, please take care. I hope we will be good after fixing this - [QuorumKerberosHostBasedAuthTest_testConnectBadServer|https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/820//testReport/org.apache.zookeeper.server.quorum.auth/QuorumKerberosHostBasedAuthTest/testConnectBadServer/] {code} 2017-06-22 01:10:25,774 [myid:1] - ERROR [QuorumConnectionThread-[myid=1]-1:NIOServerCnxnFactory$1@92] - Thread Thread[QuorumConnectionThread-[myid=1]-1,5,FailOnTimeoutGroup] died java.lang.NullPointerException at org.apache.zookeeper.util.SecurityUtils.replacePattern(SecurityUtils.java:296) {code} > [QP MutualAuth]: Merge basic working patch from branch-3.4 > ---------------------------------------------------------- > > Key: ZOOKEEPER-2792 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2792 > Project: ZooKeeper > Issue Type: Sub-task > Components: quorum, security > Reporter: Rakesh R > Assignee: Michael Han > Fix For: 3.5.4, 3.6.0 > > Attachments: ZOOKEEPER-2792.patch > > > This jira is to merge the basic working patch covering the authentication and authorization of static(zoo.cfg) ZooKeeper servers from {{branch-3.4}} code base. -- This message was sent by Atlassian JIRA (v6.4.14#64029)