Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/3304#discussion_r102679342
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java ---
@@ -323,7 +326,8 @@ private void requestYarnContainer(Resource resource,
Priority priority) {
numPendingContainerRequests);
}
- private ContainerLaunchContext createTaskExecutorLaunchContext(Resource
resource, String containerId, String host)
+ private ContainerLaunchContext createTaskExecutorLaunchContext(Resource
resource,
+ String containerId, String host, Priority priority)
--- End diff --
If breaking parameter lists, then every parameter should be in a separate
line
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---