KarmaGYZ commented on a change in pull request #16307:
URL: https://github.com/apache/flink/pull/16307#discussion_r662708965
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -189,6 +195,8 @@
private final List<JobListener> jobListeners = new ArrayList<>();
+ private final Map<String, ResourceProfile> slotSharingGroupResources = new
HashMap<>();
Review comment:
`slotSharingGroupResources` should only contain specified resources,
I'll claim this in the javadoc.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]