Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C045DDBE for ; Tue, 12 Feb 2013 07:16:21 +0000 (UTC) Received: (qmail 52685 invoked by uid 500); 12 Feb 2013 07:16:20 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 52632 invoked by uid 500); 12 Feb 2013 07:16:20 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 52610 invoked by uid 99); 12 Feb 2013 07:16:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 07:16:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ddas@hortonworks.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 07:16:12 +0000 Received: by mail-vc0-f175.google.com with SMTP id fw7so4314155vcb.20 for ; Mon, 11 Feb 2013 23:15:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=AqUs2DFx+XMg9bfeWx86RCKQN+gLJec98vDLqaKA3os=; b=dJpN+hhYU3xgCgFWfd1hCUkaDSgKC8Yi54kTT1eaLKvZ0+Ri4s+85Ja53OxBU3XD0p pR8enhkBuuaPVAl+7EznODWKVe9ymryU8OoHfwEvJ5K3kRl/nC2nL1+CwFsmMRanlZAU 8hyfX0gOcCNeRkXqTDC7lgEFoUlamgAd+ZtxloJuCdu1FhWXhE1FVcAjGJesyDtQ2Ggv ZGwx65lqsZ2HbzAhM/m/NvlVIxNCMtSQ3PwXKtX3etKsKQP46qtLfuak1nNo/fQjX005 Z/Q2vVxOtqfhLtBUYgLBZCJdOq3Qg/bdKBuDUNnV1Io1OBqHw57At+jZ+s4aXuD41PKI l02A== MIME-Version: 1.0 X-Received: by 10.52.65.147 with SMTP id x19mr2338056vds.27.1360653350782; Mon, 11 Feb 2013 23:15:50 -0800 (PST) Received: by 10.58.224.33 with HTTP; Mon, 11 Feb 2013 23:15:50 -0800 (PST) In-Reply-To: <1360649998.41475.YahooMailNeo@web140603.mail.bf1.yahoo.com> References: <1360648331.93445.YahooMailNeo@web140602.mail.bf1.yahoo.com> <1360649998.41475.YahooMailNeo@web140603.mail.bf1.yahoo.com> Date: Mon, 11 Feb 2013 23:15:50 -0800 Message-ID: Subject: Re: Please have a look at HBASE-7829 From: Devaraj Das To: "dev@hbase.apache.org" , lars hofhansl Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQn7YNtZwMdnPu/ffkN+IozrUupJLtz1d929/T7bxjQY49aCQHfgZmB4U04BHGXDwFHNvP7x X-Virus-Checked: Checked by ClamAV on apache.org As mentioned in a comment on HBASE-7829 jira, the old way of specifying jaas conf still works. That makes it less serious of a problem. So +1 from me on this release still, but I guess we should document it in a release note or something. On Mon, Feb 11, 2013 at 10:19 PM, lars hofhansl wrote: > I find this in that HBASE-4791 change: > + // If keyTab is not specified use the Ticket Cache. > + // and set the zookeeper login context name. > + JaasConfiguration jaasConf = new JaasConfiguration(loginContextName, > + keytabFilename, principalName); > + javax.security.auth.login.Configuration.setConfiguration(jaasConf); > > > This was introduced with 0.94.4. It's not a regression since then, but still a bug introduced by the last stable point release. > If it's not serious I won't sink the RC. But if it is, we should fix it. > > -- Lars > > > ----- Original Message ----- > From: Ted Yu > To: dev@hbase.apache.org; lars hofhansl > Cc: > Sent: Monday, February 11, 2013 10:05 PM > Subject: Re: Please have a look at HBASE-7829 > > I produced diff of > src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java between HBASE-4791 > (in 0.94.4) to the tip of 0.94 > > The code corrected by HBASE-7829 wasn't a regression since 0.94.4 > > FYI > > On Mon, Feb 11, 2013 at 9:52 PM, lars hofhansl wrote: > >> Especially the security folks (Andy, Gary). >> >> >> https://issues.apache.org/jira/browse/HBASE-7829 >> >> This is a followup to a change introduced in 0.94.4. If this breaks secure >> operation I would sink the RC (sigh). >> >> -- Lars >> >> >