-
Bug
-
Resolution: Done
-
Major
-
6.3.3.GA
-
None
The Executor module can be configured with system properties (org.kie.executor.interval, org.kie.executor.pool.size, org.kie.executor.retry.count, org.kie.executor.timeunit). When using KIE-server in unmanaged mode, setting these system properties has no effect, and the Executor is started with default values.
The root cause seems to be that KieServerConfig is only populated with system properties starting with 'org.kie.server'. (org.kie.server.services.impl.storage.file.KieServerStateFileRepository.populateWithSystemProperties). System properties starting with 'org.kie.executor' are ignored.
- is cloned by
-
RHBPMS-4661 [GSS][6.4.z] KIE Server: system properties to configure Executor are not applied
- Verified