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 1BF1317620 for ; Thu, 11 Jun 2015 23:35:01 +0000 (UTC) Received: (qmail 5449 invoked by uid 500); 11 Jun 2015 23:35:00 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 5391 invoked by uid 500); 11 Jun 2015 23:35:00 -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 5379 invoked by uid 99); 11 Jun 2015 23:35:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 23:35:00 +0000 Date: Thu, 11 Jun 2015 23:35:00 +0000 (UTC) From: "Zhe Zhang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8494) Remove hard-coded chunk size in favor of ECZone 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-8494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582685#comment-14582685 ] Zhe Zhang commented on HDFS-8494: --------------------------------- Based on the above discussion, I think we have agreed to go with approach A at this stage. I'm also OK with moving this JIRA to HDFS-8031. > Remove hard-coded chunk size in favor of ECZone > ----------------------------------------------- > > Key: HDFS-8494 > URL: https://issues.apache.org/jira/browse/HDFS-8494 > Project: Hadoop HDFS > Issue Type: Sub-task > Affects Versions: HDFS-7285 > Reporter: Kai Sasaki > Assignee: Kai Sasaki > Fix For: HDFS-7285 > > Attachments: HDFS-8494-HDFS-7285-01.patch, HDFS-8494-HDFS-7285-02.patch > > > It is necessary to remove hard-coded values inside NameNode configured in {{HdfsConstants}}. In this JIRA, we can remove {{chunkSize}} gracefully in favor of HDFS-8375. > Because {{cellSize}} is now originally stored only in {{ErasureCodingZone}}, {{BlockInfoStriped}} can receive {{cellSize}} in addition to {{ECSchema}} when its initialization. -- This message was sent by Atlassian JIRA (v6.3.4#6332)