Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 55202 invoked from network); 17 Nov 2010 00:49:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 00:49:06 -0000 Received: (qmail 67224 invoked by uid 500); 17 Nov 2010 00:49:38 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 67187 invoked by uid 500); 17 Nov 2010 00:49:38 -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 67179 invoked by uid 99); 17 Nov 2010 00:49:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 00:49:38 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 00:49:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAH0nEiK017399 for ; Wed, 17 Nov 2010 00:49:14 GMT Message-ID: <22239670.131201289954954573.JavaMail.jira@thor> Date: Tue, 16 Nov 2010 19:49:14 -0500 (EST) From: "Dmytro Molkov (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Updated: (HDFS-1300) Decommissioning nodes does not increase replication priority MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmytro Molkov updated HDFS-1300: -------------------------------- Status: Patch Available (was: Open) submitting for hudson > Decommissioning nodes does not increase replication priority > ------------------------------------------------------------ > > Key: HDFS-1300 > URL: https://issues.apache.org/jira/browse/HDFS-1300 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.21.0, 0.20.2, 0.20.1, 0.20-append, 0.20.3, 0.22.0 > Reporter: Dmytro Molkov > Assignee: Dmytro Molkov > Fix For: 0.22.0 > > Attachments: HDFS-1300.2.patch, HDFS-1300.3.patch, HDFS-1300.patch > > > Currently when you decommission a node each block is only inserted into neededReplications if it is not there yet. This causes a problem of a block sitting in a low priority queue when all replicas sit on the nodes being decommissioned. > The common usecase for decommissioning nodes for us is proactively exclude them before they went bad, so it would be great to get the blocks at risk onto the live datanodes as quickly as possible. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.