klion26 commented on a change in pull request #10925:
URL: https://github.com/apache/flink/pull/10925#discussion_r758088880



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
##########
@@ -99,7 +99,7 @@
 
        private ClosureCleanerLevel closureCleanerLevel = 
ClosureCleanerLevel.RECURSIVE;
 
-       private int parallelism = PARALLELISM_DEFAULT;
+       private int parallelism = 
CoreOptions.DEFAULT_PARALLELISM.defaultValue();

Review comment:
       @dawidwys this changes the default parallelism from -1(undefined) to 1, 
is this what we expect?




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to