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 89D5C1766E for ; Mon, 29 Sep 2014 21:33:35 +0000 (UTC) Received: (qmail 38693 invoked by uid 500); 29 Sep 2014 21:33:34 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 38518 invoked by uid 500); 29 Sep 2014 21:33: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 38267 invoked by uid 99); 29 Sep 2014 21:33:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2014 21:33:34 +0000 Date: Mon, 29 Sep 2014 21:33:34 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-7165) Separate block metrics for files with replication count 1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Wang created HDFS-7165: --------------------------------- Summary: Separate block metrics for files with replication count 1 Key: HDFS-7165 URL: https://issues.apache.org/jira/browse/HDFS-7165 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 2.5.1 Reporter: Andrew Wang We see a lot of escalations because someone has written teragen output with a replication factor of 1, a DN goes down, and a bunch of missing blocks show up. These are normally false positives, since teragen output is disposable, and generally speaking, users should understand this is true for all repl=1 files. It'd be nice to be able to separate out these repl=1 missing blocks from missing blocks with higher replication factors.. -- This message was sent by Atlassian JIRA (v6.3.4#6332)