zentol commented on a change in pull request #8430: [FLINK-12068] [runtime]
Backtrack failover regions if intermediate results are unavailable
URL: https://github.com/apache/flink/pull/8430#discussion_r284174372
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/failover/flip1/FailoverRegion.java
##########
@@ -33,18 +30,21 @@
*/
public class FailoverRegion {
+ /** All vertex IDs in this region. */
+ private final Set<ExecutionVertexID> executionVertexIDs;
+
/** All vertices in this region. */
- private final Map<ExecutionVertexID, FailoverVertex> executionVertices;
+ private final Set<FailoverVertex> executionVertices;
Review comment:
Is this a space optimization?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services