You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Ke Wu (Jira)" <ji...@apache.org> on 2019/11/12 19:19:00 UTC

[jira] [Created] (SAMZA-2381) Refactor JobRunner#run

Ke Wu created SAMZA-2381:
----------------------------

             Summary: Refactor JobRunner#run
                 Key: SAMZA-2381
                 URL: https://issues.apache.org/jira/browse/SAMZA-2381
             Project: Samza
          Issue Type: Improvement
            Reporter: Ke Wu


The existing JobRunner#run is a huge method which composes multiple parts, persisting config in coordinator stream, creation of diagnostics stream and submitting the job.

Split them into smaller methods to improve readability as well as for re-use purpose, especially when we move planning to AM, then we need to separate methods.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)