Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency issue in DetectorImpl - ConcurrentModificationException #207

Closed
hrosa opened this issue Jun 29, 2016 · 0 comments
Closed

Concurrency issue in DetectorImpl - ConcurrentModificationException #207

hrosa opened this issue Jun 29, 2016 · 0 comments
Assignees
Milestone

Comments

@hrosa
Copy link
Contributor

hrosa commented Jun 29, 2016

Synchronize access to EventSender.events or replace with concurrent collection whose iterator supports concurrent modifications.

01:13:34,712 ERROR [Task] Could not execute task 4369: null
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
at java.util.ArrayList$Itr.next(ArrayList.java:831)
at org.mobicents.media.server.impl.resource.dtmf.DetectorImpl$EventSender.perform(DetectorImpl.java:378)
at org.mobicents.media.server.scheduler.Task.run(Task.java:122)
at org.mobicents.media.server.scheduler.PriorityQueueScheduler$WorkerThread.run(PriorityQueueScheduler.java:435)

@hrosa hrosa added this to the 4.2.0 milestone Jun 29, 2016
@hrosa hrosa self-assigned this Jun 29, 2016
hrosa added a commit that referenced this issue Jun 29, 2016
…ossible due to its weakly consistent iterator implementation.
@hrosa hrosa closed this as completed in bf96e5e Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant