afedulov commented on a change in pull request #11195: [FLINK-16222][runtime] 
Use plugins mechanism for initializing MetricReporters
URL: https://github.com/apache/flink/pull/11195#discussion_r386620764
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskManagerRunnerTest.java
 ##########
 @@ -92,7 +92,7 @@ private static Configuration createConfiguration() {
        }
 
        private static TaskManagerRunner createTaskManagerRunner(final 
Configuration configuration) throws Exception {
-               TaskManagerRunner taskManagerRunner = new 
TaskManagerRunner(configuration, ResourceID.generate());
+               TaskManagerRunner taskManagerRunner = new 
TaskManagerRunner(configuration, ResourceID.generate(), null);
 
 Review comment:
   adjusted

----------------------------------------------------------------
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

Reply via email to