https://bz.apache.org/bugzilla/show_bug.cgi?id=63543
Bug ID: 63543
Summary: Race Condition on
org.apache.tomcat.util.threads.InlineExecutorService.s
hutdown
Product: Tomcat 9
Version: 9.0.2
Hardware: PC
Status: NEW
Severity: major
Priority: P2
Component: Util
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: -----
InlineExecutorService is designed to run all submitted tasks in a single
thread. If so, all the fields in InlineExecutorService (i.e., shutdown,
taskRunning, terminated) are thread-safe and do not need lock protection. If
this is not the case, shutdown should also be protected by lock in method
shutdown().
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]