Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 76696 invoked from network); 22 Sep 2008 20:20:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 20:20:41 -0000 Received: (qmail 39470 invoked by uid 500); 22 Sep 2008 20:20:32 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 39458 invoked by uid 500); 22 Sep 2008 20:20:32 -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 39446 invoked by uid 99); 22 Sep 2008 20:20:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 13:20:32 -0700 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; Mon, 22 Sep 2008 20:19:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C79E234C1DF for ; Mon, 22 Sep 2008 13:19:44 -0700 (PDT) Message-ID: <1597088221.1222114784312.JavaMail.jira@brutus> Date: Mon, 22 Sep 2008 13:19:44 -0700 (PDT) From: "Sriram Rao (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4234) KFS: Allow KFS layer to interface with multiple KFS namenodes In-Reply-To: <822148660.1222028624160.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-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633471#action_12633471 ] Sriram Rao commented on HADOOP-4234: ------------------------------------ @Tsz: In the patch that is submitted, in the Init() method, we don't need to check whether kfsImpl == null. The KFS client library code keeps track of all the servers to which the client is connected to; it build a new "handle" for each new server. > KFS: Allow KFS layer to interface with multiple KFS namenodes > ------------------------------------------------------------- > > Key: HADOOP-4234 > URL: https://issues.apache.org/jira/browse/HADOOP-4234 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Reporter: Sriram Rao > Assignee: Sriram Rao > Priority: Minor > Fix For: 0.19.0 > > Attachments: patch.4234 > > > The KFS "glue" layer code in Hadoop, currently, only allows an application to interface with a single KFS namenode. The KFS client side library has been modified to allow applications to interface with multiple KFS namenodes. This jira issue is for incorporating the change into the KFS code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.