You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Brett Konold (Jira)" <ji...@apache.org> on 2020/05/28 07:01:00 UTC

[jira] [Created] (SAMZA-2535) Cleanup / document shared use of TaskInstanceMetrics

Brett Konold created SAMZA-2535:
-----------------------------------

             Summary: Cleanup / document shared use of TaskInstanceMetrics
                 Key: SAMZA-2535
                 URL: https://issues.apache.org/jira/browse/SAMZA-2535
             Project: Samza
          Issue Type: Improvement
            Reporter: Brett Konold


TaskInstanceMetrics is used by both TaskInstance and RunLoop to increment different metrics.

As there will now be multiple implementers of RunLoopTask, we should either document what metrics fall under the responsibility of RunLoop and which under the implementer of the task itself, or eliminate the sharing by splitting metrics across different classes.



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