Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 36467 invoked from network); 16 Sep 2008 01:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 01:12:06 -0000 Received: (qmail 31944 invoked by uid 500); 16 Sep 2008 01:12:02 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 31907 invoked by uid 500); 16 Sep 2008 01:12:02 -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 31896 invoked by uid 99); 16 Sep 2008 01:12:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 18:12:02 -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; Tue, 16 Sep 2008 01:11:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72C6E234C1D8 for ; Mon, 15 Sep 2008 18:11:44 -0700 (PDT) Message-ID: <1393150441.1221527504469.JavaMail.jira@brutus> Date: Mon, 15 Sep 2008 18:11:44 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4174) Move non-client methods ou of ClientProtocol In-Reply-To: <1784238038.1221502424283.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-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631221#action_12631221 ] Tsz Wo (Nicholas), SZE commented on HADOOP-4174: ------------------------------------------------ NNProtocol.patch: - These 3 methods are still in ClientProtocol. Are you going to remove them? - Need to update NamenodeProtocol version. > Move non-client methods ou of ClientProtocol > -------------------------------------------- > > Key: HADOOP-4174 > URL: https://issues.apache.org/jira/browse/HADOOP-4174 > Project: Hadoop Core > Issue Type: Improvement > Components: dfs > Affects Versions: 0.17.0 > Reporter: Konstantin Shvachko > Assignee: Konstantin Shvachko > Fix For: 0.19.0 > > Attachments: NNProtocol.patch > > > 3 ClientProtocol methods {{getEditLogSize()}}, {{rollEditLog()}}, {{rollFSImage()}} are never called and should not be by DFSClient. > These methods should be moved into NamenodeProtocol. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.