Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 27002 invoked from network); 1 Aug 2007 23:04:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 23:04:23 -0000 Received: (qmail 25916 invoked by uid 500); 1 Aug 2007 23:04:21 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 25604 invoked by uid 500); 1 Aug 2007 23:04:21 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 25586 invoked by uid 99); 1 Aug 2007 23:04:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 16:04:20 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 23:04:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 602737141EB for ; Wed, 1 Aug 2007 16:03:53 -0700 (PDT) Message-ID: <28815872.1186009433391.JavaMail.jira@brutus> Date: Wed, 1 Aug 2007 16:03:53 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1553) Extensive logging of C++ application can slow down task by an order of magnitude In-Reply-To: <17740825.1183175224446.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-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-1553: ---------------------------------- Status: Open (was: Patch Available) It didn't work under windows. > Extensive logging of C++ application can slow down task by an order of magnitude > -------------------------------------------------------------------------------- > > Key: HADOOP-1553 > URL: https://issues.apache.org/jira/browse/HADOOP-1553 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.13.0 > Reporter: Christian Kunz > Assignee: Owen O'Malley > Priority: Blocker > Fix For: 0.14.0 > > Attachments: new-log-2.patch, new-log-3.patch > > > We observed that extensive logging (due to some configuration mistake) of a c++ application using the pipes interface can slow down the task by an order of magnitude. During that time disk usage was not high, with no abnormal memory usage, and basically idle CPU. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.