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 0A41A1851B for ; Fri, 18 Dec 2015 19:25:48 +0000 (UTC) Received: (qmail 23993 invoked by uid 500); 18 Dec 2015 19:25:46 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 23617 invoked by uid 500); 18 Dec 2015 19:25:46 -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 23581 invoked by uid 99); 18 Dec 2015 19:25:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2015 19:25:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A45F2C0AFA for ; Fri, 18 Dec 2015 19:25:46 +0000 (UTC) Date: Fri, 18 Dec 2015 19:25:46 +0000 (UTC) From: "Jing Zhao (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-9575) Use byte array for internal block indices in a striped block MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jing Zhao created HDFS-9575: ------------------------------- Summary: Use byte array for internal block indices in a striped block Key: HDFS-9575 URL: https://issues.apache.org/jira/browse/HDFS-9575 Project: Hadoop HDFS Issue Type: Sub-task Components: erasure-coding Reporter: Jing Zhao Assignee: Jing Zhao Currently we use inconsistent data types to specify the internal block indices. E.g., we use short[] in {{BlockECRecoveryInfo}}, int[] in {{LocatedStripedBlock}}, and byte[] in {{StripedBlockWithLocations}}. We will use this jira to unify the data type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)