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

Unify the value checks for setParallelism()

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • None

    Description

      The setParallelism() method exist in many components from different levels. Some of the methods require the input value to be greater than 1 (e.g., StreamTransformation.setParallelism()), while some of them also allow the value to be ExecutionConfig.PARALLELISM_DEFAULT, which is -1 by default (e.g., DataSink.setParallelism()). We need to unify the value checks for these methods.

      Attachments

        Issue Links

          Activity

            People

              xccui Xingcan Cui
              xccui Xingcan Cui
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: