Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01F599FD7 for ; Wed, 12 Nov 2014 17:24:35 +0000 (UTC) Received: (qmail 90817 invoked by uid 500); 12 Nov 2014 17:24:34 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 90697 invoked by uid 500); 12 Nov 2014 17:24:34 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 90683 invoked by uid 99); 12 Nov 2014 17:24:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 17:24:34 +0000 Date: Wed, 12 Nov 2014 17:24:33 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-7394) Log at INFO level when InvalidToken is seen in ShortCircuitCache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kihwal Lee created HDFS-7394: -------------------------------- Summary: Log at INFO level when InvalidToken is seen in ShortCircuitCache Key: HDFS-7394 URL: https://issues.apache.org/jira/browse/HDFS-7394 Project: Hadoop HDFS Issue Type: Bug Reporter: Kihwal Lee Priority: Minor For long running clients, getting an {{InvalidToken}} exception is expected and the client refetches a block token when it happens. The related events are logged at INFO except the ones in {{ShortCircuitCache}}. It will be better if they are also made to log at INFO. -- This message was sent by Atlassian JIRA (v6.3.4#6332)