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

Till Rohrmann closed FLINK-24886.
---------------------------------
    Resolution: Fixed

Fixed via 4cd0e396514a6efd7a180a3aea106124d919ebf4

> 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)

Reply via email to