You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/09/07 16:59:00 UTC

[jira] [Closed] (FLINK-10243) Add option to reduce latency metrics granularity

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

Chesnay Schepler closed FLINK-10243.
------------------------------------
      Resolution: Fixed
    Release Note: The default granularity for latency metrics was modified. To restore the previous behavior users have to explicitly set the granularity to SUBTASK.

master: 91f8fe831c6af21928fceb3a13d87c9ed5019981

> Add option to reduce latency metrics granularity
> ------------------------------------------------
>
>                 Key: FLINK-10243
>                 URL: https://issues.apache.org/jira/browse/FLINK-10243
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Configuration, Metrics
>    Affects Versions: 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> The latency is currently tracked separately from each operator subtask to each source subtask. The total number of latency metrics in the cluster is thus {{(# of sources) * (# of operators) * parallelism²}}, i.e. quadratic scaling.
> If we'd ignore the source subtask the scaling would be a lot more manageable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)