curcur commented on a change in pull request #12525:
URL: https://github.com/apache/flink/pull/12525#discussion_r441245446
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -592,7 +592,7 @@ protected void afterInvoke() throws Exception {
// make an attempt to dispose the operators such that failures
in the dispose call
// still let the computation fail
- disposeAllOperators(false);
+ disposeAllOperators();
disposedOperators = true;
Review comment:
that's true, great catch!
----------------------------------------------------------------
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:
[email protected]