[ 
https://issues.apache.org/jira/browse/FLINK-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321601#comment-17321601
 ] 

Flink Jira Bot commented on FLINK-9040:
---------------------------------------

This issue and all of its Sub-Tasks have not been updated for 180 days. So, it 
has been labeled "stale-minor". If you are still affected by this bug or are 
still interested in this issue, please give an update and remove the label. In 
7 days the issue will be closed automatically.

> JobVertex#setMaxParallelism does not validate argument
> ------------------------------------------------------
>
>                 Key: FLINK-9040
>                 URL: https://issues.apache.org/jira/browse/FLINK-9040
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Task
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Priority: Minor
>              Labels: stale-minor
>
> {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
(v8.3.4#803005)

Reply via email to