Xinyu Liu created SAMZA-1011:
--------------------------------
Summary: Do not report event loop utilization metrics in
AsyncRunLoop
Key: SAMZA-1011
URL: https://issues.apache.org/jira/browse/SAMZA-1011
Project: Samza
Issue Type: Bug
Reporter: Xinyu Liu
Assignee: Xinyu Liu
Priority: Minor
This metric can be ambiguous in the new AsyncRunLoop. When running in the
single thread mode, it means the time spent on task.processAsync(), window()
and commit(), while in multithreading mode it will be the time spent on
scheduling the tasks operations. So we should remove it from the AsyncRunLoop.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)