Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 5204 invoked from network); 15 Sep 2009 09:46:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 09:46:22 -0000 Received: (qmail 32571 invoked by uid 500); 15 Sep 2009 09:46:22 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 32526 invoked by uid 500); 15 Sep 2009 09:46:21 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 32515 invoked by uid 99); 15 Sep 2009 09:46:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 09:46:21 +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, 15 Sep 2009 09:46:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A168234C052 for ; Tue, 15 Sep 2009 02:45:57 -0700 (PDT) Message-ID: <1961226667.1253007957485.JavaMail.jira@brutus> Date: Tue, 15 Sep 2009 02:45:57 -0700 (PDT) From: "Vinod K V (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-893) Provide an ability to refresh queue configuration without restart. In-Reply-To: <98754692.1250760074866.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/MAPREDUCE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated MAPREDUCE-893: -------------------------------- Attachment: MAPREDUCE-893-20090915.1.txt Uploading first patch for review. - This defines TaskScheduler.QueueRefresher which scheduler should override so as to support refresh of the queues. - QueueManager's refresh code is modified so as to also includes refresh of queues by the schedulers. - Implemented TaskScheduler.QueueRefresher in CapacityTaskScheduler so as to support queue-refresh in this scheduler. - Added some basic tests w.r.t verifying capacities and user-limits' refresh. This needs some more tests to handle failures during refresh. Uploading patch so as to get the first refresh started. > Provide an ability to refresh queue configuration without restart. > ------------------------------------------------------------------ > > Key: MAPREDUCE-893 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-893 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: jobtracker > Reporter: Hemanth Yamijala > Assignee: Vinod K V > Attachments: MAPREDUCE-893-20090915.1.txt > > > While administering a cluster using multiple queues, administrators feel a need to refresh queue properties on the fly without needing to restart the JobTracker. This is partially supported for some properties such as queue ACLs (HADOOP-5396) and state (HADOOP-5913). The idea is to extend the facility to refresh other queue properties as well, including scheduler properties. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.