https://bz.apache.org/bugzilla/show_bug.cgi?id=63832

--- Comment #2 from Remy Maucherat <r...@apache.org> ---
After testing, the InlineExecutorService does the part properly using a
FutureTask, so nothing to fix here.

Problems are:
- ContainerBase.stopInternal throws a LifecycleException on any failure
- If working around that, StandardContext.stopInternal remains in STOPPING
state which causes further LifecycleException

Not sure yet what the best strategy is, probably avoid the first item, and be
more robust about the end state in case of a StandardContext.stopInternal
error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to