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 5470210A02 for ; Fri, 5 Dec 2014 19:35:15 +0000 (UTC) Received: (qmail 32189 invoked by uid 500); 5 Dec 2014 19:35:13 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 32036 invoked by uid 500); 5 Dec 2014 19:35:13 -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 31794 invoked by uid 99); 5 Dec 2014 19:35:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2014 19:35:13 +0000 Date: Fri, 5 Dec 2014 19:35:13 +0000 (UTC) From: "Ravi Prakash (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-7482) Remove the limit on maximum number of objects in a directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ravi Prakash created HDFS-7482: ---------------------------------- Summary: Remove the limit on maximum number of objects in a directory Key: HDFS-7482 URL: https://issues.apache.org/jira/browse/HDFS-7482 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 2.4.0 Reporter: Ravi Prakash After HDFS-6102 the maximum number objects in a directory has been reduced to fit the 64Mb protobuf message size. [~andrew.wang] suggests that this limit could be removed / increased if we chunked messages here: https://issues.apache.org/jira/browse/HDFS-6102?focusedCommentId=14160845&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14160845 . -- This message was sent by Atlassian JIRA (v6.3.4#6332)