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 2019/07/04 07:05:44 UTC

[GitHub] [flink] Xpray commented on a change in pull request #8756: [FLINK-12406] [Runtime] Report BLOCKING_PERSISTENT result partition meta back to client

Xpray commented on a change in pull request #8756: [FLINK-12406] [Runtime] Report BLOCKING_PERSISTENT result partition meta back to client
URL: https://github.com/apache/flink/pull/8756#discussion_r300254998
 
 

 ##########
 File path: flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java
 ##########
 @@ -118,6 +119,9 @@
 
 	private final ExecutionConfig config = new ExecutionConfig();
 
+	private final BlockingPersistentResultPartitionMeta blockingPersistentResultPartitionMeta =
 
 Review comment:
   I think this should be a separate field, since it keeps track of all descriptors from all previous jobs rather than the latest one.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services