[
https://issues.apache.org/jira/browse/BOOKKEEPER-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009350#comment-16009350
]
Hudson commented on BOOKKEEPER-1064:
------------------------------------
FAILURE: Integrated in Jenkins build bookkeeper-master #1746 (See
[https://builds.apache.org/job/bookkeeper-master/1746/])
BOOKKEEPER-1064: ConcurrentModificationException in (eolivelli: rev
d7f7b922f3ea0471452115c6271fd18ab63d3505)
* (edit)
bookkeeper-server/src/test/java/org/apache/bookkeeper/replication/AuditorLedgerCheckerTest.java
> ConcurrentModificationException in AuditorLedgerCheckerTest
> -----------------------------------------------------------
>
> Key: BOOKKEEPER-1064
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1064
> Project: Bookkeeper
> Issue Type: Test
> Reporter: Matteo Merli
> Assignee: Matteo Merli
> Priority: Minor
> Fix For: 4.5.0
>
>
> As seen in:
> https://builds.apache.org/job/bookkeeper-master-git-pullrequest/371/
> The test is iterating over a hash map that gets updated by a different
> thread. The map needs to be concurrent.
> {noformat}
> java.util.ConcurrentModificationException
> at
> org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.stopAuditorElectors(AuditorLedgerCheckerTest.java:130)
> at
> org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.tearDown(AuditorLedgerCheckerTest.java:114)
> {noformat}
> All subsequent tests in the same class are failing because of the 1st test
> not cleaning up properly.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)