[
https://issues.apache.org/jira/browse/FLINK-24886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443878#comment-17443878
]
jackylau commented on FLINK-24886:
----------------------------------
hi [~jark] , do you have time to review it ?
> 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
> 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)