Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF83FDF11 for ; Tue, 27 Nov 2012 15:52:01 +0000 (UTC) Received: (qmail 81053 invoked by uid 500); 27 Nov 2012 15:52:01 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 80914 invoked by uid 500); 27 Nov 2012 15:52:00 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 80622 invoked by uid 99); 27 Nov 2012 15:51:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 15:51:59 +0000 Date: Tue, 27 Nov 2012 15:51:59 +0000 (UTC) From: "Ivan A. Veselovsky (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <814091667.28105.1354031519689.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HADOOP-9046) provide unit-test coverage of class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction 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/HADOOP-9046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504691#comment-13504691 ] Ivan A. Veselovsky commented on HADOOP-9046: -------------------------------------------- Hi, Robert, looks like I found the reason of delay: the main thread locks for long time when waiting to enter the synchronized method org.apache.hadoop.fs.DelegationTokenRenewer.removeRenewAction(T), and this operation is invoked in StateSynchronizer *without* a timeout. I will update the patch when i fix this. Thanks a lot for this catch. > provide unit-test coverage of class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction > ---------------------------------------------------------------------------------------------- > > Key: HADOOP-9046 > URL: https://issues.apache.org/jira/browse/HADOOP-9046 > Project: Hadoop Common > Issue Type: Test > Reporter: Ivan A. Veselovsky > Assignee: Ivan A. Veselovsky > Priority: Minor > Attachments: HADOOP-9046-branch-0.23-over-9049.patch, HADOOP-9046-branch-0.23.patch, HADOOP-9046-over-9049.patch, HADOOP-9046.patch > > > The class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction has zero coverage in entire cumulative test run. Provide test(s) to cover this class. > Note: the request submitted to HDFS project because the class likely to be tested by tests in that project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira