Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 70581 invoked from network); 16 May 2007 21:34:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 21:34:42 -0000 Received: (qmail 75895 invoked by uid 500); 16 May 2007 21:34:45 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 75868 invoked by uid 500); 16 May 2007 21:34:45 -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 75846 invoked by uid 99); 16 May 2007 21:34:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 14:34:45 -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, 16 May 2007 14:34:38 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 600A3714076 for ; Wed, 16 May 2007 14:34:18 -0700 (PDT) Message-ID: <20855298.1179351258389.JavaMail.jira@brutus> Date: Wed, 16 May 2007 14:34:18 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Assigned: (HADOOP-1368) Inconsistent synchronization of 3 fields in JobInProgress.java In-Reply-To: <5134122.1179182416132.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-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley reassigned HADOOP-1368: ------------------------------------- Assignee: Owen O'Malley > Inconsistent synchronization of 3 fields in JobInProgress.java > -------------------------------------------------------------- > > Key: HADOOP-1368 > URL: https://issues.apache.org/jira/browse/HADOOP-1368 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.12.3 > Reporter: Nigel Daley > Assigned To: Owen O'Malley > Priority: Blocker > Fix For: 0.13.0 > > > JobInProgress.java > Inconsistent synchronization of JobInProgress.runningReduceTasks; locked 75% of time > line 531 > Inconsistent synchronization of JobInProgress.status; locked 88% of time > line 255 > Inconsistent synchronization of JobInProgress.tasksInited; locked 60% of time > line 490 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.