zentol commented on a change in pull request #19108:
URL: https://github.com/apache/flink/pull/19108#discussion_r832332164



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java
##########
@@ -144,6 +151,18 @@ public static JobGraph createJobGraph(StreamGraph 
streamGraph, @Nullable JobID j
     private final StreamGraphHasher defaultStreamGraphHasher;
     private final List<StreamGraphHasher> legacyStreamGraphHashers;
 
+    private final ExecutorService serializationExecutor =

Review comment:
       This is important because if you don't you're leaking threads in 
application mode and every time the jar job submission is used.




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


Reply via email to