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 322BD185AE for ; Fri, 25 Dec 2015 18:38:50 +0000 (UTC) Received: (qmail 39578 invoked by uid 500); 25 Dec 2015 18:38:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39519 invoked by uid 500); 25 Dec 2015 18:38:50 -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 39502 invoked by uid 99); 25 Dec 2015 18:38:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Dec 2015 18:38:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B2BBC2C1F57 for ; Fri, 25 Dec 2015 18:38:49 +0000 (UTC) Date: Fri, 25 Dec 2015 18:38:49 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15039) HMaster and RegionServers should try to refresh token keys from zk when facing InvalidToken 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-15039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-15039: --------------------------- Hadoop Flags: Reviewed Fix Version/s: 1.3.0 1.2.0 2.0.0 > HMaster and RegionServers should try to refresh token keys from zk when facing InvalidToken > ------------------------------------------------------------------------------------------- > > Key: HBASE-15039 > URL: https://issues.apache.org/jira/browse/HBASE-15039 > Project: HBase > Issue Type: Bug > Reporter: Yong Zhang > Assignee: Yong Zhang > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: 15039-v4.txt, HBASE-15039.001.patch, HBASE-15039.002.patch, HBASE-15039.003.patch > > > One of HMaster and RegionServers is token key master, and others are key slaves, key master will write keys to zookeeper and key slaves will read. If any disconnetion between key slaves and zookeeper, then these HMaster or RegionServers may lost new token, client which use token authentication will get InvalidToken exception. -- This message was sent by Atlassian JIRA (v6.3.4#6332)