GJL commented on a change in pull request #8486: [FLINK-12372] [runtime]
implement ExecutionSlotAllocator
URL: https://github.com/apache/flink/pull/8486#discussion_r291085436
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionVertex.java
##########
@@ -84,8 +84,9 @@
private static final Logger LOG = ExecutionGraph.LOG;
- private static final int MAX_DISTINCT_LOCATIONS_TO_CONSIDER = 8;
+ public static final int MAX_DISTINCT_LOCATIONS_TO_CONSIDER = 8;
+ public static final int ABC = 1;
Review comment:
I think this can be deleted.
----------------------------------------------------------------
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