]
Tibor Zimányi updated DROOLS-1494:
----------------------------------
Labels: parallel-agenda reported-by-qe (was: reported-by-qe)
Problems with parallel agenda
-----------------------------
Key: DROOLS-1494
URL:
https://issues.jboss.org/browse/DROOLS-1494
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.0.0.Beta7
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Labels: parallel-agenda, reported-by-qe
Fix For: 7.0.0.Beta8
From doc [1] there can be seen that four benchmarks show problems when run with parallel
agenda enabled.
Benchmarks _AdvOperators3ExpertBenchmark_ and _RetractFactsFromWmExpertBenchmark_
falled back to single threaded agenda although they doesn't use features that
aren't supported with parallel agenda (e.g. like salience).
Benchmarks StartsStartedbyFusionBenchmark and UpdateFactsInWmExpertBenchmark shows no
gain when using parallel agenda although they contain more partitions.
I created runners for debugging here [2], so the benchmarks can be debugged outside of
JMH. They are part of master branch in kie-benchmarks, so just pull of new changes is
sufficient to get them.
[1]
https://docs.google.com/a/redhat.com/spreadsheets/d/1hp5lLcmox_NFEUsqNSNZ...
[2]
https://github.com/kiegroup/kie-benchmarks/commit/887f758931b02d096f1e870...