You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2022/01/14 09:03:00 UTC

[jira] [Assigned] (FLINK-24886) flink flame args bug, may we need to modify TimeUtils to supports m

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

Till Rohrmann reassigned FLINK-24886:
-------------------------------------

    Assignee: jackylau

> flink flame args bug, may we need to modify TimeUtils to supports m
> -------------------------------------------------------------------
>
>                 Key: FLINK-24886
>                 URL: https://issues.apache.org/jira/browse/FLINK-24886
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / REST
>    Affects Versions: 1.14.0, 1.13.3
>            Reporter: jackylau
>            Assignee: jackylau
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>         Attachments: image-2021-11-12-17-38-28-969.png
>
>
> When I refer to the configuration documentation setting rest.flamegraph.cleanup-interval to "10 m", it will be bug
>  
> {code:java}
> public static final ConfigOption<Duration> FLAMEGRAPH_CLEANUP_INTERVAL =
>         key("rest.flamegraph.cleanup-interval")
>                 .durationType()
>                 .defaultValue(Duration.ofMinutes(10))
>                 .withDescription(
>                         "Time after which cached stats are cleaned up if not accessed. It can"
>                                 + " be specified using notation: \"100 s\", \"10 m\"."); {code}
>  
>  
> !image-2021-11-12-17-38-28-969.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)