Robert Munteanu created SLING-11193:
---------------------------------------
Summary: Configure the quartz scheduler with the known allowed
thread pool names
Key: SLING-11193
URL: https://issues.apache.org/jira/browse/SLING-11193
Project: Sling
Issue Type: Improvement
Components: Starter
Reporter: Robert Munteanu
Assignee: Robert Munteanu
Fix For: Starter 12
Running the Starter now produces warnings similar to
{noformat}
10.03.2022 15:47:32.111 *WARN* [FelixStartLevel]
org.apache.sling.commons.scheduler.impl.QuartzScheduler Scheduler job requested
thread pool with name oak but this thread pool is not in the list of allowed
pools.
10.03.2022 15:47:32.111 *WARN* [FelixStartLevel]
org.apache.sling.commons.scheduler.impl.QuartzScheduler Scheduler job requested
thread pool with name oak but this thread pool is not in the list of allowed
pools.
10.03.2022 15:47:32.111 *WARN* [FelixStartLevel]
org.apache.sling.commons.scheduler.impl.QuartzScheduler Scheduler job requested
thread pool with name oak but this thread pool is not in the list of allowed
pools.
10.03.2022 15:47:32.111 *WARN* [FelixStartLevel]
org.apache.sling.commons.scheduler.impl.QuartzScheduler Scheduler job requested
thread pool with name oak but this thread pool is not in the list of allowed
pools.
{noformat}
This needs to be configured via
https://github.com/apache/sling-org-apache-sling-commons-scheduler/blob/08cbef57b9623e842486624b1e29bcb1754eae54/src/main/java/org/apache/sling/commons/scheduler/impl/QuartzSchedulerConfiguration.java#L35-L39
.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)