StefanRRichter commented on issue #7768: [FLINK-11541][tests] Reduce scale of heavy deployment e2e test for hi… URL: https://github.com/apache/flink/pull/7768#issuecomment-466054291 I analyzed it a bit more and it seems that the changes to run the execution graph single-threaded can have a negative impact on performance with slow CPUs and very large deployment descriptors, because the serialization of the deployment descriptors is now all done in one thread. Think I solve this problem by using the future executor for the calls to `submitTask` and then sync back the result into the main thread. @tillrohrmann Maybe you could take a quick look, too?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services