Konrad Windszus created SLING-7433:
--------------------------------------
Summary: Improve logging in case ThreadLocalCleaner does not work
Key: SLING-7433
URL: https://issues.apache.org/jira/browse/SLING-7433
Project: Sling
Issue Type: Improvement
Components: Commons
Affects Versions: Commons Threads 3.2.10
Reporter: Konrad Windszus
Assignee: Konrad Windszus
Currently {{ThreadLocalCleaner}} relies on exceptions in case it does not work
as expected. Those exceptions are most probably not correctly caught and logged
by the Oracle implementation calling {{ThreadPoolExecutor.beforeExecute(...)}}
and {{ThreadPoolExecutor.afterExecute(...)}}. Therefore all exceptions should
be caught and logged there explicitly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)