wanglijie95 commented on a change in pull request #18023:
URL: https://github.com/apache/flink/pull/18023#discussion_r773634889
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/VertexParallelismInformation.java
##########
@@ -37,6 +37,14 @@
*/
int getMaxParallelism();
+ /**
+ * Set a given vertex's parallelism property. The parallelism can be
changed only if the vertex
+ * parallelism was not decided yet (i.e. was -1).
Review comment:
I will add checks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]