Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5114#discussion_r154874365
--- Diff:
flink-mesos/src/main/scala/org/apache/flink/mesos/scheduler/LaunchCoordinator.scala
---
@@ -322,12 +326,19 @@ object LaunchCoordinator {
* @return the operations to perform.
*/
private def processAssignments(
+ LOG: Logger,
--- End diff --
same here with the parameter name.---
