-
Bug
-
Resolution: Done
-
Major
-
7.11.1.GA
-
False
-
False
-
-
-
-
-
-
CR1
-
-
-
2021 Week 37-39 (from Sep 13), 2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25), 2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10)
When using the polling mechanism to load async jobs from the database (setting org.kie.executor.interval > 0), we want to load jobs for specific kie-server instances only. According to the logic in ExecutorService this can be done by setting "org.kie.executor.id":
- "org.kie.executor.id=server1" results in EXECUTOR_ID=server1-kie-server
- "org.kie.executor.id=server1" and kie-server.war/WEB-INF/classes/jbpm-executor.properties with content "executor.id=rhpam1" results in EXECUTOR_ID=server1-rhpam1
However, this EXECUTOR_ID is not taken into account when storing requests.
- is cloned by
-
JBPM-9900 RequestInfo.owner is null even if "org.kie.executor.id" is defined
- Resolved