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 84BEE9613 for ; Tue, 13 Dec 2011 01:32:30 +0000 (UTC) Received: (qmail 2781 invoked by uid 500); 13 Dec 2011 01:32:30 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 2746 invoked by uid 500); 13 Dec 2011 01:32:30 -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 2738 invoked by uid 99); 13 Dec 2011 01:32:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 01:32:30 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 01:32:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id ED93410FCB1 for ; Tue, 13 Dec 2011 01:31:31 +0000 (UTC) Date: Tue, 13 Dec 2011 01:31:31 +0000 (UTC) From: "Uma Maheswara Rao G (Commented) (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1933316121.3901.1323739891974.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1697525269.9764.1300388549618.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-1765) Block Replication should respect under-replication block 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-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168042#comment-13168042 ] Uma Maheswara Rao G commented on HDFS-1765: ------------------------------------------- Thanks a lot Eli, for the reviews! Updated the patch. Functionally same as last patch with addressing the comments from Eli. TestReplicationPolicy: * rename chooseUnderReplicatedBlocks to chosenBlocks Done * The new testChooseUnderReplicatedBlocks looks great Thanks Eli. :-) UnderReplicatedBlocks: * Can remove the " // replicate blocks" comment since we're not actually replicating blocks here. Actually this is in BlockManager and was a old comment. Just removed it. * The comment in chooseUnderReplicatedBlocks references priorityVsReplIndex instead of priorityToReplIdx couldn't figure out in last patch. Done. Thanks for catching it. * "is no blocks" -> "are no blocks" " "full fill" -> "fulfill" - done. Thanks Uma > Block Replication should respect under-replication block priority > ----------------------------------------------------------------- > > Key: HDFS-1765 > URL: https://issues.apache.org/jira/browse/HDFS-1765 > Project: Hadoop HDFS > Issue Type: Improvement > Components: name-node > Affects Versions: 0.23.0 > Reporter: Hairong Kuang > Assignee: Uma Maheswara Rao G > Fix For: 0.24.0 > > Attachments: HDFS-1765.patch, HDFS-1765.patch, HDFS-1765.patch, HDFS-1765.patch, HDFS-1765.pdf, underReplicatedQueue.pdf > > Time Spent: 0.5h > Remaining Estimate: 0h > > Currently under-replicated blocks are assigned different priorities depending on how many replicas a block has. However the replication monitor works on blocks in a round-robin fashion. So the newly added high priority blocks won't get replicated until all low-priority blocks are done. One example is that on decommissioning datanode WebUI we often observe that "blocks with only decommissioning replicas" do not get scheduled to replicate before other blocks, so risking data availability if the node is shutdown for repair before decommission completes. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira