curcur commented on a change in pull request #12525:
URL: https://github.com/apache/flink/pull/12525#discussion_r438553571



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -702,11 +704,14 @@ private void disposeAllOperators(boolean logOnlyErrors) 
throws Exception {
                                                operator.dispose();
                                        }
                                        catch (Exception e) {
-                                               LOG.error("Error during 
disposal of stream operator.", e);
+                                               disposalException = 
ExceptionUtils.firstOrSuppressed(e, disposalException);

Review comment:
       So i guess this comment is considered addressed?




----------------------------------------------------------------
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


Reply via email to