jackylau created FLINK-24886:
--------------------------------

             Summary: 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.13.3, 1.14.0
            Reporter: jackylau
             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