Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 24240 invoked from network); 17 Jul 2010 17:21:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jul 2010 17:21:16 -0000 Received: (qmail 25377 invoked by uid 500); 17 Jul 2010 17:21:16 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25278 invoked by uid 500); 17 Jul 2010 17:21:15 -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 25270 invoked by uid 99); 17 Jul 2010 17:21:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jul 2010 17:21:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jul 2010 17:21:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6HHKpTe017921 for ; Sat, 17 Jul 2010 17:20:51 GMT Message-ID: <4664565.436501279387251296.JavaMail.jira@thor> Date: Sat, 17 Jul 2010 13:20:51 -0400 (EDT) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1307) Add start time, end time and total time taken for FSCK to FSCK report In-Reply-To: <10229474.427981279316450618.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1307: ---------------------------------- Attachment: HDFS-1307.1.patch Attaching the trunk patch again for hudson to pickup for testing intead of y20 version. > Add start time, end time and total time taken for FSCK to FSCK report > --------------------------------------------------------------------- > > Key: HDFS-1307 > URL: https://issues.apache.org/jira/browse/HDFS-1307 > Project: Hadoop HDFS > Issue Type: Improvement > Components: name-node, tools > Affects Versions: 0.22.0 > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Fix For: 0.22.0 > > Attachments: HDFS-1307.1.patch, HDFS-1307.patch, HDFS-1307.y20.patch > > > FSCK is a long running operation and makes namenode very busy when it runs. Adding information such as start time, end time and time taken helps in determining when the FSCK was run and the impact of that on Namenode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.