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