-
Bug
-
Resolution: Done
-
Major
-
7.28.0.Final
-
None
-
NEW
-
NEW
-
-
2020 Week 40-42 (from Sep 28), 2020 Week 43-45 (from Okt 19), 2020 Week 46-48 (from Nov 9), 2020 Week 49-51 (from Nov 30)
The following query is executed at start up of kie-server
```
select vil.processInstanceId, vil.processId, vil.id, vil.variableId, vil.value from VariableInstanceLog vil where vil.id in (select MAX(v.id) from VariableInstanceLog v group by v.variableId, v.processInstanceId)
```
This is causing some issues with getting kie-server to start up.
- is cloned by
-
RHPAM-3342 Long running query at kie-server startup
- Closed