Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 76415 invoked from network); 10 Apr 2007 04:43:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2007 04:43:54 -0000 Received: (qmail 67398 invoked by uid 500); 10 Apr 2007 04:44:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 67291 invoked by uid 500); 10 Apr 2007 04:43:59 -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 67225 invoked by uid 99); 10 Apr 2007 04:43:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 21:43:59 -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; Mon, 09 Apr 2007 21:43:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6C48E714077 for ; Mon, 9 Apr 2007 21:43:32 -0700 (PDT) Message-ID: <1361750.1176180212437.JavaMail.jira@brutus> Date: Mon, 9 Apr 2007 21:43:32 -0700 (PDT) From: "Runping Qi (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1154) streaming hang. (PipeMapRed$MROutputThread gone) In-Reply-To: <3584442.1174685552455.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-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487682 ] Runping Qi commented on HADOOP-1154: ------------------------------------ +1 It is reasonable to fail a streaming task if its the threads readingfrom/writing to the streaming process fails. > streaming hang. (PipeMapRed$MROutputThread gone) > ------------------------------------------------ > > Key: HADOOP-1154 > URL: https://issues.apache.org/jira/browse/HADOOP-1154 > Project: Hadoop > Issue Type: Bug > Components: contrib/streaming > Reporter: Koji Noguchi > Assigned To: Koji Noguchi > Attachments: 1154.patch, PipeReducer.jstack > > > One streaming reducer ('cat') hang, > '/bin/cat' reducer waiting in > 0 S _____ 24587 24557 0 75 0 - 631 pipe_w Mar22 ? 00:00:02 /bin/cat > strace showed that it's waiting in write. > $ strace -p 24587 > Process 24587 attached - interrupt to quit > write(1, "________ "..., 138 > Process 24587 detached > When I looked at the jstack of ReduceTask process, I couldn't find the PipeMapRed$MROutputThread. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.