Christian Schneider created SLING-8997:
------------------------------------------
Summary: Delayed shutdown of sling instance because
ExponentialBackOff executor waits for scheduled check
Key: SLING-8997
URL: https://issues.apache.org/jira/browse/SLING-8997
Project: Sling
Issue Type: Bug
Components: Content Distribution
Affects Versions: Content Distribution Journal Core 0.1.8
Reporter: Christian Schneider
Assignee: Christian Schneider
Fix For: Content Distribution Journal Core 0.1.8
Currently we only call shutdown on the executor of ExponentialBackOff. This
leaves the executor thread running until the scheduled check happens. This can
take up to the maximum delay (by default 5 minutes).
The solution is to call shutdownNow so the scheduled check is canceled.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)