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

Skip the execution of the Branch and Collect algorithm if the previously scheduled execution is still running #13

Open
jachinte opened this issue Oct 17, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jachinte
Copy link
Member

No description provided.

@jachinte jachinte self-assigned this Oct 17, 2019
@jachinte jachinte added the enhancement New feature or request label Oct 17, 2019
@jachinte
Copy link
Member Author

This exception may be related to this issue:

java.util.ConcurrentModificationException
        at java.util.TreeMap$KeySpliterator.forEachRemaining(TreeMap.java:2757)
        at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
        at com.rigiresearch.middleware.graph.Graph.dependents(Graph.java:77)
        at com.rigiresearch.middleware.historian.runtime.ForkAndCollectAlgorithm.branches(ForkAndCollectAlgorithm.java:166)
        at com.rigiresearch.middleware.historian.runtime.ForkAndCollectAlgorithm.data(ForkAndCollectAlgorithm.java:140)
        at com.rigiresearch.middleware.historian.runtime.ForkAndCollectAlgorithm.data(ForkAndCollectAlgorithm.java:145)
        at com.rigiresearch.middleware.historian.runtime.ForkAndCollectAlgorithm.data(ForkAndCollectAlgorithm.java:101)
        at com.rigiresearch.middleware.historian.runtime.HistorianMonitor.collect(HistorianMonitor.java:185)
        at com.rigiresearch.middleware.historian.runtime.HistorianMonitor.lambda$start$0(HistorianMonitor.java:141)
        at it.sauronsoftware.cron4j.RunnableTask.execute(Unknown Source)
        at it.sauronsoftware.cron4j.TaskExecutor$Runner.run(Unknown Source)
        at java.lang.Thread.run(Thread.java:745)

jachinte added a commit that referenced this issue Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant