Fergus Byrne created STORM-1730:
-----------------------------------
Summary: LocalCluster#shutdown() does not terminate all storm
threads/thread pools.
Key: STORM-1730
URL: https://issues.apache.org/jira/browse/STORM-1730
Project: Apache Storm
Issue Type: Bug
Components: storm-core
Affects Versions: 1.0.0
Environment: Windows 7 x64
Oracle Java 1.8.0 u92 x64
Reporter: Fergus Byrne
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)