fapaul commented on a change in pull request #17995:
URL: https://github.com/apache/flink/pull/17995#discussion_r763005670
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -2477,6 +2511,28 @@ public void registerCachedFile(String filePath, String
name, boolean executable)
name, new
DistributedCache.DistributedCacheEntry(filePath, executable)));
}
+ private List<ConfigurationNotAllowedError> checkNotAllowedConfigurations()
{
Review comment:
We do not ignore the return value we append all the errors to the
overall error list to present them to the user when the job fails.
--
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]