Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 81292 invoked from network); 12 Nov 2008 11:30:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 11:30:11 -0000 Received: (qmail 86317 invoked by uid 500); 12 Nov 2008 11:30:12 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 86283 invoked by uid 500); 12 Nov 2008 11:30:12 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 86268 invoked by uid 99); 12 Nov 2008 11:30:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 03:30:12 -0800 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; Wed, 12 Nov 2008 11:29:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D00B234C283 for ; Wed, 12 Nov 2008 03:29:44 -0800 (PST) Message-ID: <1001162940.1226489384314.JavaMail.jira@brutus> Date: Wed, 12 Nov 2008 03:29:44 -0800 (PST) From: "Steve Loughran (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4618) Move http server from FSNamesystem into NameNode. In-Reply-To: <1459165064.1226096504189.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646872#action_12646872 ] Steve Loughran commented on HADOOP-4618: ---------------------------------------- OK, My code is up in sync with this; I even have a test for MiniDFSCluster that gets the port number and asserts that it is open > Move http server from FSNamesystem into NameNode. > ------------------------------------------------- > > Key: HADOOP-4618 > URL: https://issues.apache.org/jira/browse/HADOOP-4618 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Affects Versions: 0.1.0 > Reporter: Konstantin Shvachko > Assignee: Konstantin Shvachko > Fix For: 0.20.0 > > Attachments: MoveHttpServer.patch, MoveHttpServer.patch, MoveHttpServer.patch > > > NameNode is responsible now for starting its RPC server. The (web UI) http server is started inside FSNamesystem class. > I think it should be the NameNode's responsibility to deal with all issues intended for exposing information it holds to the outside world. This should include the RCP server as well as the http server. > And FSNamesystem class should be a logical container of internal namespace data-structures and in general should not be accessed directly from the outside. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.