You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Bipin Prasad (Jira)" <ji...@apache.org> on 2020/08/04 20:54:00 UTC

[jira] [Assigned] (STORM-3684) receive-queue V2 metrics shouldn't have "_system" as componentId

     [ https://issues.apache.org/jira/browse/STORM-3684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bipin Prasad reassigned STORM-3684:
-----------------------------------

    Assignee: Bipin Prasad  (was: Rui Li)

> 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: Bipin Prasad
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)