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 AF65818F03 for ; Thu, 9 Jul 2015 21:24:07 +0000 (UTC) Received: (qmail 36148 invoked by uid 500); 9 Jul 2015 21:24:07 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 35955 invoked by uid 500); 9 Jul 2015 21:24:07 -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 35734 invoked by uid 99); 9 Jul 2015 21:24:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 21:24:06 +0000 Date: Thu, 9 Jul 2015 21:24:06 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HDFS-8484) Erasure coding: Two contiguous blocks occupy IDs belong to same striped group 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-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jing Zhao resolved HDFS-8484. ----------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: HDFS-7285 I've committed this to the feature branch. Thanks Walter for the contribution! BTW, It will be good to have a unit test for this. Could you please add it in a new jira or just include it in another jira when you have a chance? > Erasure coding: Two contiguous blocks occupy IDs belong to same striped group > ----------------------------------------------------------------------------- > > Key: HDFS-8484 > URL: https://issues.apache.org/jira/browse/HDFS-8484 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Walter Su > Assignee: Walter Su > Priority: Trivial > Fix For: HDFS-7285 > > Attachments: HDFS-8484-HDFS-7285.001.patch > > > There's very very little chance: > Assume \[-1016,-1001\] is a block group ID. > A contiguous block has ID -1016. There is another contiguous block has ID -1009. > When we want to get -1009 block, actually we get -1016. -- This message was sent by Atlassian JIRA (v6.3.4#6332)