You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2017/06/28 00:19:00 UTC

[jira] [Created] (SAMZA-1349) Fix stop() sequence in the StreamProcessor

Boris Shkolnik created SAMZA-1349:
-------------------------------------

             Summary: Fix stop() sequence in the StreamProcessor
                 Key: SAMZA-1349
                 URL: https://issues.apache.org/jira/browse/SAMZA-1349
             Project: Samza
          Issue Type: Bug
            Reporter: Boris Shkolnik


Currently it is pretty confusing, since the same stop() can be called from different places and different threads.
Preferably it should be changed to be called from a single place, and each component should have internal state, that signifies that it is already been shutdown.



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