Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 D5B4310894 for ; Mon, 25 Nov 2013 08:22:40 +0000 (UTC) Received: (qmail 44957 invoked by uid 500); 25 Nov 2013 08:22:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 44913 invoked by uid 500); 25 Nov 2013 08:22:39 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 44894 invoked by uid 99); 25 Nov 2013 08:22:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 08:22:38 +0000 Date: Mon, 25 Nov 2013 08:22:38 +0000 (UTC) From: "Binglin Chang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-5558) LeaseManager monitor thread can crash if the last block is complete but another block is not. 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/HDFS-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831263#comment-13831263 ] Binglin Chang commented on HDFS-5558: ------------------------------------- Is this related to HDFS-4882 ? It has been left there for a long time. > LeaseManager monitor thread can crash if the last block is complete but another block is not. > --------------------------------------------------------------------------------------------- > > Key: HDFS-5558 > URL: https://issues.apache.org/jira/browse/HDFS-5558 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.23.9, 2.3.0 > Reporter: Kihwal Lee > Assignee: Kihwal Lee > Attachments: HDFS-5558.branch-023.patch, HDFS-5558.patch > > > As mentioned in HDFS-5557, if a file has its last and penultimate block not completed and the file is being closed, the last block may be completed but the penultimate one might not. If this condition lasts long and the file is abandoned, LeaseManager will try to recover the lease and the block. But {{internalReleaseLease()}} will fail with invalid cast exception with this kind of file. -- This message was sent by Atlassian JIRA (v6.1#6144)