You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/09/07 14:35:00 UTC

[jira] [Created] (STORM-2724) ExecutorService in WaterMarkEventGenerator never shutdown

Jungtaek Lim created STORM-2724:
-----------------------------------

             Summary: ExecutorService in WaterMarkEventGenerator never shutdown
                 Key: STORM-2724
                 URL: https://issues.apache.org/jira/browse/STORM-2724
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-client, storm-core
    Affects Versions: 1.0.4, 1.1.1
            Reporter: Jungtaek Lim
            Assignee: Jungtaek Lim


I have seen a topology with event time windowing never terminated on local mode. While looking into detail on thread dump I found only one non-daemon thread prevents process to be not finished: executorService in WaterMarkEventGenerator. 

Btw, I dumped thread via jstack but impossible to find from jstack result because it doesn't have thread factory hence thread name is pool-*.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)