You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/22 15:24:17 UTC

[GitHub] [flink] zentol commented on a change in pull request #19108: [FLINK-26675][runtime] Parallelized heavy serialization in StreamingJ…

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



##########
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:
       Where do you shut this down?




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org