Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0104C7AB for ; Mon, 9 Jul 2012 02:30:36 +0000 (UTC) Received: (qmail 64712 invoked by uid 500); 9 Jul 2012 02:30:36 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 64563 invoked by uid 500); 9 Jul 2012 02:30:36 -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 64523 invoked by uid 99); 9 Jul 2012 02:30:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 02:30:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B8C6E14285B for ; Mon, 9 Jul 2012 02:30:34 +0000 (UTC) Date: Mon, 9 Jul 2012 02:30:34 +0000 (UTC) From: "Harsh J (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <852237815.21127.1341801034758.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (MAPREDUCE-1109) ConcurrentModificationException in jobtracker.jsp 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-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-1109. -------------------------------- Resolution: Not A Problem I've not seen this CME occur on the JT UI in 1.x nor heard any further reports of it either. I'm resolving as Not a Problem for now. > ConcurrentModificationException in jobtracker.jsp > ------------------------------------------------- > > Key: MAPREDUCE-1109 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1109 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: jobtracker > Affects Versions: 0.20.1 > Reporter: dhruba borthakur > Assignee: Harsh J > Attachments: MAPREDUCE-1109.patch, MAPREDUCE-1109.patch > > > The jobtracker.jsp invoked methods tracker.runningJobs(), tracker.completedJobs() and tracker.failedJobs() but these methods are not synchronized and can cause ConcurrentModificationException if the JT is concurrently changing the contents of these datastructures. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira