Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B7F4106BB for ; Wed, 6 Nov 2013 14:11:38 +0000 (UTC) Received: (qmail 16825 invoked by uid 500); 6 Nov 2013 14:11:35 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 16771 invoked by uid 500); 6 Nov 2013 14:11:29 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 16626 invoked by uid 99); 6 Nov 2013 14:11:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 14:11:17 +0000 Date: Wed, 6 Nov 2013 14:11:17 +0000 (UTC) From: "Oleksandr Diachenko (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-3703) ConcurrentModificationException in Ambari Server log MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Oleksandr Diachenko created AMBARI-3703: ------------------------------------------- Summary: ConcurrentModificationException in Ambari Server log Key: AMBARI-3703 URL: https://issues.apache.org/jira/browse/AMBARI-3703 Project: Ambari Issue Type: Task Components: controller, test Affects Versions: 1.4.1 Reporter: Oleksandr Diachenko Assignee: Oleksandr Diachenko Fix For: 1.4.2 Attachments: AMBARI-3703.patch This is an unlikely repro. However, we can go through the code to see if we can find out possible cause. {code} 01:56:26,714 WARN [Thread-2] HeartbeatMonitor:98 - Exception received java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1010) at org.apache.ambari.server.agent.HeartbeatMonitor.generateStatusCommands(HeartbeatMonitor.java:185) at org.apache.ambari.server.agent.HeartbeatMonitor.doWork(HeartbeatMonitor.java:164) at org.apache.ambari.server.agent.HeartbeatMonitor.run(HeartbeatMonitor.java:90) at java.lang.Thread.run(Thread.java:662) {code} -- This message was sent by Atlassian JIRA (v6.1#6144)