-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
Each LocalDistributedExecutorTest test method creates a new DefaultExecutorService instance, and each instance uses a new local executor created with Executors.newCachedThreadPool(...). But the DefaultExecutorService is created with takeExecutorOwnership = false, and so the local executor is not stopped on shutdown.