From notifications-return-7605-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Thu May 30 14:39:20 2013 Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCEAEE615 for ; Thu, 30 May 2013 14:39:20 +0000 (UTC) Received: (qmail 770 invoked by uid 500); 30 May 2013 14:39:20 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 710 invoked by uid 500); 30 May 2013 14:39:20 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 680 invoked by uid 99); 30 May 2013 14:39:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2013 14:39:20 +0000 Date: Thu, 30 May 2013 14:39:19 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1474) Mock merge throws concurrent modification exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Vines created ACCUMULO-1474: ------------------------------------ Summary: Mock merge throws concurrent modification exception Key: ACCUMULO-1474 URL: https://issues.apache.org/jira/browse/ACCUMULO-1474 Project: Accumulo Issue Type: Bug Components: client Affects Versions: 1.5.0 Reporter: John Vines Fix For: 1.5.1, 1.6.0 {code} java.util.TreeMap$NavigableSubMap$SubMapIterator.nextEntry(TreeMap.java:1595) at java.util.TreeMap$NavigableSubMap$SubMapKeyIterator.next(TreeMap.java:1656) at java.util.AbstractSet.removeAll(AbstractSet.java:171) at org.apache.accumulo.core.client.mock.MockTable.merge(MockTable.java:140) at org.apache.accumulo.core.client.mock.MockAccumulo.merge(MockAccumulo.java:93) at org.apache.accumulo.core.client.mock.MockTableOperations.merge(MockTableOperations.java:307) {code} This is in code that will end up doing a lot of merges. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira