Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5CB24CFF for ; Wed, 11 May 2011 21:34:27 +0000 (UTC) Received: (qmail 60251 invoked by uid 500); 11 May 2011 21:34:27 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 60203 invoked by uid 500); 11 May 2011 21:34:27 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 60194 invoked by uid 99); 11 May 2011 21:34:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 21:34:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 21:34:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 62F8E82446 for ; Wed, 11 May 2011 21:33:47 +0000 (UTC) Date: Wed, 11 May 2011 21:33:47 +0000 (UTC) From: "Allen Wittenauer (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <935560343.4866.1305149627401.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MAPREDUCE-2484) divideAndCeil should not use LOG.info or have a more meaningful message MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 divideAndCeil should not use LOG.info or have a more meaningful message ----------------------------------------------------------------------- Key: MAPREDUCE-2484 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2484 Project: Hadoop Map/Reduce Issue Type: Bug Components: contrib/capacity-sched Affects Versions: 0.20.203.0 Reporter: Allen Wittenauer Priority: Trivial divideAndCeil has {code} LOG.info("divideAndCeil called with a=" + a + " b=" + b); {code} which should either be a debug message or something more meaningful if it really needs to be LOG.info. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira