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 6D4F511C92 for ; Mon, 21 Jul 2014 18:14:40 +0000 (UTC) Received: (qmail 43755 invoked by uid 500); 21 Jul 2014 18:14:40 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 43706 invoked by uid 500); 21 Jul 2014 18:14:40 -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 43683 invoked by uid 99); 21 Jul 2014 18:14:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 18:14:39 +0000 Date: Mon, 21 Jul 2014 18:14:39 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HDFS-125) Consistency of different replicas of the same block is not checked. 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-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068950#comment-14068950 ] Allen Wittenauer edited comment on HDFS-125 at 7/21/14 6:12 PM: ---------------------------------------------------------------- This feels like a special case of the problems mentioned in HDFS-366 and friends. was (Author: aw): This feels like a special case of the problems mentioned in HDFS-366 . > Consistency of different replicas of the same block is not checked. > ------------------------------------------------------------------- > > Key: HDFS-125 > URL: https://issues.apache.org/jira/browse/HDFS-125 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: Konstantin Shvachko > > HDFS currently detects corrupted replicas by verifying that its contents matches the checksum stored in the block meta-file. This is done independently for each replica of the block on the data-node it belongs to. But we do not check that the replicas are identical across data-nodes as long as they have the same size. > This is not common but can happen as a result of a software bug or an operator mismanagement. And in this case different clients will read different data from the same file. -- This message was sent by Atlassian JIRA (v6.2#6252)