pnowojski commented on a change in pull request #13374: URL: https://github.com/apache/flink/pull/13374#discussion_r487504485
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/source/ContinuousFileReaderOperator.java ########## @@ -80,6 +81,7 @@ public ContinuousFileReaderOperator(FileInputFormat<OUT> format) { this.format = checkNotNull(format); + setChainingStrategy(ChainingStrategy.NEVER); Review comment: I think this should be mentioned in the release notes on this branch (that since 1.10.X, we disabled chaining because of yadayadayada). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org