Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 68748 invoked from network); 6 Dec 2007 16:53:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 16:53:08 -0000 Received: (qmail 10811 invoked by uid 500); 6 Dec 2007 16:52:55 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 10790 invoked by uid 500); 6 Dec 2007 16:52:55 -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 10781 invoked by uid 99); 6 Dec 2007 16:52:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 08:52:55 -0800 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; Thu, 06 Dec 2007 16:53:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33B0371424E for ; Thu, 6 Dec 2007 08:52:43 -0800 (PST) Message-ID: <3912679.1196959963208.JavaMail.jira@brutus> Date: Thu, 6 Dec 2007 08:52:43 -0800 (PST) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2228) Jobs fail because job.xml exists In-Reply-To: <27220538.1195494343142.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-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549093 ] Hadoop QA commented on HADOOP-2228: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12371143/HADOOP-2228-v1.patch against trunk revision r601518. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests -1. The patch failed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1280/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1280/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1280/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1280/console This message is automatically generated. > Jobs fail because job.xml exists > -------------------------------- > > Key: HADOOP-2228 > URL: https://issues.apache.org/jira/browse/HADOOP-2228 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.14.3 > Environment: 35 node cluster, linux > Reporter: Johan Oskarsson > Assignee: Johan Oskarsson > Fix For: 0.15.2, 0.16.0 > > Attachments: HADOOP-2228-v1.patch > > > org.apache.hadoop.ipc.RemoteException: java.io.IOException: Target /var/storage/4/mapred/local/jobTracker/job_200711081903_3976.xml already exists > at org.apache.hadoop.fs.FileUtil.checkDest(FileUtil.java:271) > at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:117) > at org.apache.hadoop.fs.FileSystem.copyToLocalFile(FileSystem.java:803) > at org.apache.hadoop.fs.FileSystem.copyToLocalFile(FileSystem.java:784) > at org.apache.hadoop.mapred.JobInProgress.(JobInProgress.java:134) > at org.apache.hadoop.mapred.JobTracker.submitJob(JobTracker.java:1479) > at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:340) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:566) > at org.apache.hadoop.ipc.Client.call(Client.java:470) > at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:165) > at $Proxy1.submitJob(Unknown Source) > at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59) > at $Proxy1.submitJob(Unknown Source) > at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:397) > at org.apache.hadoop.mapred.jobcontrol.Job.submit(Job.java:345) > at org.apache.hadoop.mapred.jobcontrol.JobControl.startReadyJobs(JobControl.java:250) > at org.apache.hadoop.mapred.jobcontrol.JobControl.run(JobControl.java:282) > at java.lang.Thread.run(Thread.java:619) > Perhaps related to HADOOP-1057, HADOOP-891 or to the rpc retry. It seems my job was submitted and actually finished despite the exception. Could it be that the job went in and the rpc retry decided to submit it again anyway? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.