zhoulii commented on a change in pull request #19040:
URL: https://github.com/apache/flink/pull/19040#discussion_r825545501
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -1772,9 +1773,23 @@ private StateBackend loadStateBackend(ReadableConfig
configuration, ClassLoader
+
ContinuousFileMonitoringFunction.MIN_MONITORING_INTERVAL
+ " ms.");
+ int readerParallelism = getParallelism();
+
+ boolean isAdaptiveBatchSchedulerEnabled =
Review comment:
yes, `useDynamicGraphSourceParallelism` is more appropriate here, I will
fix it
--
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]