-
Bug
-
Resolution: Duplicate
-
Minor
-
7.18.0.Final, 7.19.0.Final
-
None
-
2019 Week 14-16
-
0
-
NEW
-
NEW
Invoking ((DefaultSolver) solver).getSolverScope().getScoreCalculationSpeed() from PhaseLifecycleListener#problemSolved listener results in NPE because Long private field endingSystemTimeMillis in DefaultSolverScope is not yet initialized. Most likely we need to end solver scope before the event is fired - i.e. or as Jiri Locker would simply point out we need to https://github.com/yurloc/optaplanner/commit/54c76e5489a350947342e3398632b260330866b0
- blocks
-
PLANNER-1443 Monitoring of OptaPlanner on kie-server
- Resolved
- duplicates
-
PLANNER-1468 Events for solver/phase started/ended including timeSpent and score calculation count
- Open