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

Introduce cooldown period into adaptive scheduler

    XMLWordPrintableJSON

Details

    Description

      This is a follow up to reactive mode, introduced in FLINK-10407.

      Introduce a cooldown timeout, during which no further scaling actions are performed, after a scaling action.
      Without such a cooldown timeout, it can happen with unfortunate timing, that we are rescaling the job very frequently, because TaskManagers are not all connecting at the same time.
      With the current implementation (1.13), this only applies to scaling up, but this can also apply to scaling down with autoscaling support.

      With this implemented, users can define a cooldown timeout of say 5 minutes: If taskmanagers are now slowly connecting one after another, we will only rescale every 5 minutes.

      Attachments

        Issue Links

          Activity

            People

              echauchot Etienne Chauchot
              rmetzger Robert Metzger
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: