Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B06B298EF for ; Tue, 3 Jan 2012 16:38:52 +0000 (UTC) Received: (qmail 19913 invoked by uid 500); 3 Jan 2012 16:38:52 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 19863 invoked by uid 500); 3 Jan 2012 16:38:51 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 19856 invoked by uid 99); 3 Jan 2012 16:38:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 16:38:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 16:38:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 009C32388980 for ; Tue, 3 Jan 2012 16:38:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1226857 - in /hadoop/common/branches/branch-1: CHANGES.txt src/hdfs/hdfs-default.xml Date: Tue, 03 Jan 2012 16:38:29 -0000 To: common-commits@hadoop.apache.org From: harsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120103163830.009C32388980@eris.apache.org> Author: harsh Date: Tue Jan 3 16:38:29 2012 New Revision: 1226857 URL: http://svn.apache.org/viewvc?rev=1226857&view=rev Log: HDFS-2741. Document the max transfer threads property for branch-1. Backport of HDFS-1866. (Markus Jelsma via harsh) Modified: hadoop/common/branches/branch-1/CHANGES.txt hadoop/common/branches/branch-1/src/hdfs/hdfs-default.xml Modified: hadoop/common/branches/branch-1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1226857&r1=1226856&r2=1226857&view=diff ============================================================================== --- hadoop/common/branches/branch-1/CHANGES.txt (original) +++ hadoop/common/branches/branch-1/CHANGES.txt Tue Jan 3 16:38:29 2012 @@ -135,6 +135,8 @@ Release 1.1.0 - unreleased MAPREDUCE-2919. The JT web UI should show job start times. (harsh) + HDFS-2741. Document the max transfer threads property for branch-1. Backport of HDFS-1866. (Markus Jelsma via harsh) + Release 1.0.0 - unreleased NEW FEATURES Modified: hadoop/common/branches/branch-1/src/hdfs/hdfs-default.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/src/hdfs/hdfs-default.xml?rev=1226857&r1=1226856&r2=1226857&view=diff ============================================================================== --- hadoop/common/branches/branch-1/src/hdfs/hdfs-default.xml (original) +++ hadoop/common/branches/branch-1/src/hdfs/hdfs-default.xml Tue Jan 3 16:38:29 2012 @@ -426,4 +426,12 @@ creations/deletions), or "all". + + dfs.datanode.max.xcievers + 4096 + Specifies the maximum number of threads to use for transferring data + in and out of the DN. + + +