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

Concurrent modification in PCELOE algorithm #60

Open
md-k-sarker opened this issue Sep 26, 2017 · 0 comments
Open

Concurrent modification in PCELOE algorithm #60

md-k-sarker opened this issue Sep 26, 2017 · 0 comments

Comments

@md-k-sarker
Copy link

I am trying to run PCELOE (Parallel version of CELOE) algorithm but it gives java concurrent modification error.

A snippet of the log is:
Caused by: java.util.ConcurrentModificationException
at java.util.TreeMap$NavigableSubMap$SubMapIterator.prevEntry(TreeMap.java:1714)
at java.util.TreeMap$NavigableSubMap$DescendingSubMapKeyIterator.next(TreeMap.java:1818)
at org.dllearner.algorithms.celoe.PCELOE.getNextNodeToExpand(PCELOE.java:503)
at org.dllearner.algorithms.celoe.PCELOE.access$200(PCELOE.java:65)
at org.dllearner.algorithms.celoe.PCELOE$PCELOEWorker.run(PCELOE.java:1138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

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

2 participants