Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-24886

flink flame args bug, may we need to modify TimeUtils to supports m

    XMLWordPrintableJSON

Details

    Description

      When I refer to the configuration documentation setting rest.flamegraph.cleanup-interval to "10 m", it will be bug

       

      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\"."); 

       

       

      Attachments

        Issue Links

          Activity

            People

              jackylau Jacky Lau
              jackylau Jacky Lau
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: