dawidwys commented on a change in pull request #18709:
URL: https://github.com/apache/flink/pull/18709#discussion_r804506869



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/InMemoryReporter.java
##########
@@ -240,6 +252,15 @@ public void addToConfiguration(Configuration 
configuration) {
         configuration.setString(
                 ConfigConstants.METRICS_REPORTER_PREFIX + 
"mini_cluster_resource_reporter." + ID,
                 id.toString());
+        configuration.set(SCOPE_NAMING_JM_JOB, 
"<job_id>.<host>.jobmanager.<job_name>");

Review comment:
       Great! That's a much better approach!




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to