zentol commented on a change in pull request #18709:
URL: https://github.com/apache/flink/pull/18709#discussion_r804506136
##########
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:
if you rely on the variables map (see above) then this change is
unnecessary
--
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]