Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.0
-
None
-
Windows 7 x64
Oracle Java 1.8.0 u92 x64
Description
When using the LocalCluster in test setup. LocalCluster#shutdown() does not shutdown all executor services it starts. In my test case, there is a single thread pool executor service that is not shutdown and not daemon. This keeps the jvm alive when it is expected to terminate.
Please see attached test case. In my example, thread pool 47 is not shutdown. Naming here is conditional on threading.
Attachments
Attachments
Issue Links
- duplicates
-
STORM-1982 Topology running Local Cluster is not properly destroyed
- Closed
- supercedes
-
STORM-1703 In local mode, process is not shutting down clearly
- Closed
- links to