Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 16194 invoked from network); 12 Mar 2009 20:57:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 20:57:19 -0000 Received: (qmail 95358 invoked by uid 500); 12 Mar 2009 20:57:13 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 94918 invoked by uid 500); 12 Mar 2009 20:57: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 94643 invoked by uid 99); 12 Mar 2009 20:57:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 13:57:11 -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; Thu, 12 Mar 2009 20:57:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DB871234C046 for ; Thu, 12 Mar 2009 13:56:50 -0700 (PDT) Message-ID: <451634887.1236891410898.JavaMail.jira@brutus> Date: Thu, 12 Mar 2009 13:56:50 -0700 (PDT) From: "Kan Zhang (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5481) Namenode returns lease recovery requests with other requests In-Reply-To: <2083938384.1236891050556.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/HADOOP-5481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681487#action_12681487 ] Kan Zhang commented on HADOOP-5481: ----------------------------------- Can someone from dfs team comment on if this is desirable? > Namenode returns lease recovery requests with other requests > ------------------------------------------------------------ > > Key: HADOOP-5481 > URL: https://issues.apache.org/jira/browse/HADOOP-5481 > Project: Hadoop Core > Issue Type: Improvement > Reporter: Kan Zhang > Assignee: Kan Zhang > > HADOOP-5034 modified NN to return both replication and deletion requests to DN in one reply to a heartbeat. However, the lease recovery request is still sent separately by itself. Is there a reason for this? If not, I suggest we combine them together. This will make it less confusing when adding new types of requests, which are combinable as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.