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

[jira] [Resolved] (STORM-3684) receive-queue V2 metrics shouldn't have "_system" as componentId if it is from a system task

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

Ethan Li resolved STORM-3684.
-----------------------------
    Fix Version/s: 2.3.0
       Resolution: Fixed

Thanks [~li530]

I merged to master (e82b9a707db38a814dbd2d8f85eeaac0fda0b75b)

> receive-queue V2 metrics shouldn't have "_system" as componentId if it is from a system task
> --------------------------------------------------------------------------------------------
>
>                 Key: STORM-3684
>                 URL: https://issues.apache.org/jira/browse/STORM-3684
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Rui Li
>            Assignee: Rui Li
>            Priority: Minor
>             Fix For: 2.3.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> When storm registers receive-queue for executors,
> [https://github.com/apache/storm/blob/v2.2.0/storm-client/src/jvm/org/apache/storm/daemon/worker/WorkerState.java#L689]
> 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)