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 DAF55200C8C for ; Tue, 6 Jun 2017 21:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D9C0B160BB7; Tue, 6 Jun 2017 19:41:22 +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 29F77160BC6 for ; Tue, 6 Jun 2017 21:41:22 +0200 (CEST) Received: (qmail 15848 invoked by uid 500); 6 Jun 2017 19:41:21 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 15527 invoked by uid 99); 6 Jun 2017 19:41:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 19:41:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 88EB7CFF03 for ; Tue, 6 Jun 2017 19:41:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.011 X-Spam-Level: X-Spam-Status: No, score=-100.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id lvlwwvksnxVk for ; Tue, 6 Jun 2017 19:41:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 30E0760DB5 for ; Tue, 6 Jun 2017 19:41:19 +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 653E7E0A2F for ; Tue, 6 Jun 2017 19:41:18 +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 1AFDA21E0B for ; Tue, 6 Jun 2017 19:41:18 +0000 (UTC) Date: Tue, 6 Jun 2017 19:41:18 +0000 (UTC) From: "Yongjun Zhang (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-11938) Logs for KMS delegation token lifecycle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Jun 2017 19:41:23 -0000 Yongjun Zhang created HDFS-11938: ------------------------------------ Summary: Logs for KMS delegation token lifecycle Key: HDFS-11938 URL: https://issues.apache.org/jira/browse/HDFS-11938 Project: Hadoop HDFS Issue Type: Improvement Reporter: Yongjun Zhang We run into quite some customer cases about authentication failures related to KMS delegation token. It would be nice to see a log for each stage of the token: 1. creation 2. renewal 3. removal upon cancel 4. remove upon expiration So that when we correlate the logs for the same DT, we can have a good picture about what's going on, and what could have caused the authentication failure. The same is applicable to other delegation tokens. NOTE: When log info about delagation token, we don't want leak user's secret info. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org