Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 78052 invoked from network); 21 Apr 2010 10:47:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Apr 2010 10:47:18 -0000 Received: (qmail 20513 invoked by uid 500); 21 Apr 2010 10:47:17 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 20384 invoked by uid 500); 21 Apr 2010 10:47:15 -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 20361 invoked by uid 99); 21 Apr 2010 10:47:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:47:14 +0000 X-ASF-Spam-Status: No, hits=-1323.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Apr 2010 10:47:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3LAkrJq027431 for ; Wed, 21 Apr 2010 10:46:53 GMT Message-ID: <6242020.112121271846813101.JavaMail.jira@thor> Date: Wed, 21 Apr 2010 06:46:53 -0400 (EDT) From: "Vinod K V (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1100) User's task-logs filling up local disks on the TaskTrackers In-Reply-To: <1035818585.1255421611449.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859293#action_12859293 ] Vinod K V commented on MAPREDUCE-1100: -------------------------------------- I opened MAPREDUCE-1716 to implement the second part of the algorithm I made [here|https://issues.apache.org/jira/browse/MAPREDUCE-1100?focusedCommentId=12772468&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12772468] in this same JIRA issue. The first part related to retiring old logs is already handled by MAPREDUCE-927. > User's task-logs filling up local disks on the TaskTrackers > ----------------------------------------------------------- > > Key: MAPREDUCE-1100 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1100 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 0.21.0 > Reporter: Vinod K V > Assignee: Vinod K V > Attachments: MAPREDUCE-1100-20091102.txt, MAPREDUCE-1100-20091106.txt, MAPREDUCE-1100-20091216.2.txt, patch-1100-fix-ydist.2.txt > > > Some user's jobs are filling up TT disks by outrageous logging. mapreduce.task.userlog.limit.kb is not enabled on the cluster. Disks are getting filled up before task-log cleanup via mapred.task.userlog.retain.hours can kick in. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.