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

Change Latency Marker to work with "scheduleAtFixedDelay" instead of "scheduleAtFixedRate"

    XMLWordPrintableJSON

Details

    Description

      Latency Markers and other periodic timers are scheduled with scheduleAtFixedRate. That means every X time the callable is called. If it blocks (backpressure) is can be called immediately again.

      I would suggest to switch this to scheduleAtFixedDelay to avoid calling for a lot of latency marker injections when there is no way to actually execute the injection call.

      Attachments

        Issue Links

          Activity

            People

              wind_ljy Jiayi Liao
              sewen Stephan Ewen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: