Rui Li created STORM-3684:
-----------------------------
Summary: receive-queue V2 metrics shouldn't have "_system" as
componentId
Key: STORM-3684
URL: https://issues.apache.org/jira/browse/STORM-3684
Project: Apache Storm
Issue Type: Bug
Reporter: Rui Li
Assignee: Rui Li
When storm registers receive-queue for executors,
[https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/daemon/worker/WorkerState.java#L722-L724]
it set componentId as "__system" for any task. This is wrong for V2 metrics.
V1 metrics are fine since the component Id used for V1 metric is not from the
same place.
[https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/executor/Executor.java#L342-L343]
It is from the member variable of the executor object.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)