[jira] [Created] (FLINK-9040) JobVertex#setMaxParallelism does not valid argument

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-9040) JobVertex#setMaxParallelism does not valid argument

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-9040:
---------------------------------------

             Summary: JobVertex#setMaxParallelism does not valid argument
                 Key: FLINK-9040
                 URL: https://issues.apache.org/jira/browse/FLINK-9040
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 1.5.0
            Reporter: Chesnay Schepler


{code}
/**
* Sets the maximum parallelism for the task.
*
* @param maxParallelism The maximum parallelism to be set. must be between 1 and Short.MAX_VALUE.
*/
public void setMaxParallelism(int maxParallelism) {
        this.maxParallelism = maxParallelism;
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)