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 0922A18519 for ; Mon, 3 Aug 2015 20:34:05 +0000 (UTC) Received: (qmail 51291 invoked by uid 500); 3 Aug 2015 20:34:04 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51211 invoked by uid 500); 3 Aug 2015 20:34:04 -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 51196 invoked by uid 99); 3 Aug 2015 20:34:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 20:34:04 +0000 Date: Mon, 3 Aug 2015 20:34:04 +0000 (UTC) From: "Zhe Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8849) fsck should report number of missing blocks with replication factor 1 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-8849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14652451#comment-14652451 ] Zhe Zhang commented on HDFS-8849: --------------------------------- I guess the motivation is the same as HDFS-7165. A replication factor of 1 indicates the data is "disposable". So when checking {{fsck}} on a directory the user might want to separately consider this metric (e.g., less alarmed about the number of disposable data that's missing). > fsck should report number of missing blocks with replication factor 1 > --------------------------------------------------------------------- > > Key: HDFS-8849 > URL: https://issues.apache.org/jira/browse/HDFS-8849 > Project: Hadoop HDFS > Issue Type: Improvement > Components: tools > Affects Versions: 2.7.1 > Reporter: Zhe Zhang > Assignee: Zhe Zhang > Priority: Minor > > HDFS-7165 supports reporting number of blocks with replication factor 1 in {{dfsadmin}} and NN metrics. But it didn't extend {{fsck}} with the same support, which is the aim of this JIRA. -- This message was sent by Atlassian JIRA (v6.3.4#6332)