-
Bug
-
Resolution: Done
-
Major
-
7.9.0.GA
-
None
-
-
-
-
-
-
CR1
-
+
-
-
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.
- causes
-
RHPAM-3353 JBPM-9099 has introduced a bug when dealing with SQLServer
- Closed
- clones
-
JBPM-9099 Long running query at kie-server startup
- Resolved
- relates to
-
JBPM-9626 Create test case for Long running queries at Kie server startup
- Resolved