From hdfs-issues-return-533-apmail-hadoop-hdfs-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Jul 28 20:12:39 2009 Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 39672 invoked from network); 28 Jul 2009 20:12:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jul 2009 20:12:39 -0000 Received: (qmail 96402 invoked by uid 500); 28 Jul 2009 20:12:39 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 96357 invoked by uid 500); 28 Jul 2009 20:12:39 -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 96347 invoked by uid 99); 28 Jul 2009 20:12:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:12:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 20:12:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6B2D234C044 for ; Tue, 28 Jul 2009 13:12:14 -0700 (PDT) Message-ID: <1555891377.1248811934799.JavaMail.jira@brutus> Date: Tue, 28 Jul 2009 13:12:14 -0700 (PDT) From: "Konstantin Shvachko (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-508) Factor out BlockInfo from BlocksMap In-Reply-To: <1097679984.1248748574790.JavaMail.jira@brutus> 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-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736258#action_12736258 ] Konstantin Shvachko commented on HDFS-508: ------------------------------------------ All unit tests pass. test-patch target is also clean {code} [exec] There appear to be 150 release audit warnings before the patch and 150 release audit warnings after applying the patch. [exec] +1 overall. [exec] +1 @author. The patch does not contain any @author tags. [exec] +1 tests included. The patch appears to include 3 new or modified tests. [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. [exec] ====================================================================== [exec] ====================================================================== [exec] Finished build. [exec] ====================================================================== [exec] ====================================================================== BUILD SUCCESSFUL Total time: 18 minutes 53 seconds {code} > Factor out BlockInfo from BlocksMap > ----------------------------------- > > Key: HDFS-508 > URL: https://issues.apache.org/jira/browse/HDFS-508 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: name-node > Affects Versions: 0.20.1 > Reporter: Konstantin Shvachko > Assignee: Konstantin Shvachko > Fix For: 0.21.0 > > Attachments: BlockInfo.patch > > > {{BlockInfo}} is a static subclass of {{BlocksMap}}. It is time to factor it out. We will need this to extend {{BlockInfo}} to {{BlockInfoUnderConstruction}} so that it could keep track of replica states until all of them are written to data-nodes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.