Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 7682717AA2 for ; Fri, 1 May 2015 17:51:06 +0000 (UTC) Received: (qmail 46172 invoked by uid 500); 1 May 2015 17:51:06 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 46098 invoked by uid 500); 1 May 2015 17:51:06 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 46085 invoked by uid 99); 1 May 2015 17:51:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 17:51:06 +0000 Date: Fri, 1 May 2015 17:51:05 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-10574) Metastore to handle expired tokens inline MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Xuefu Zhang created HIVE-10574: ---------------------------------- Summary: Metastore to handle expired tokens inline Key: HIVE-10574 URL: https://issues.apache.org/jira/browse/HIVE-10574 Project: Hive Issue Type: Bug Components: Metastore Reporter: Xuefu Zhang This is a followup for HIVE-9625. Metastore has a garbage collection thread that removes expired tokens. However that still leaves a window (1 hour by default) where clients could retrieve a token that's expired or about to expire. An option is for metastore handle expired tokens inline. -- This message was sent by Atlassian JIRA (v6.3.4#6332)