Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 20040 invoked from network); 15 Jun 2010 18:05:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 18:05:45 -0000 Received: (qmail 67377 invoked by uid 500); 15 Jun 2010 18:05:45 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 67297 invoked by uid 500); 15 Jun 2010 18:05:44 -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 67289 invoked by uid 99); 15 Jun 2010 18:05:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 18:05:44 +0000 X-ASF-Spam-Status: No, hits=-1521.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; Tue, 15 Jun 2010 18:05:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5FI5N95012874 for ; Tue, 15 Jun 2010 18:05:23 GMT Message-ID: <26203319.11271276625123107.JavaMail.jira@thor> Date: Tue, 15 Jun 2010 14:05:23 -0400 (EDT) From: "Krishna Ramachandran (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-1868) Add read timeout on userlog pull MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Add read timeout on userlog pull -------------------------------- Key: MAPREDUCE-1868 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1868 Project: Hadoop Map/Reduce Issue Type: Improvement Components: client Affects Versions: 0.22.0 Reporter: Krishna Ramachandran Assignee: Krishna Ramachandran Fix For: 0.22.0 Add read and connection timeout to prevent job client hangs jobclient can block indefinitely during task log pull if read or connect fails at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049) - locked <0xeed0f0f0> (a sun.net.www.protocol.http.HttpURLConnection) at org.apache.hadoop.mapred.JobClient.getTaskLogs(JobClient.java:1396) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.