zentol commented on a change in pull request #4801: [FLINK-7812] Log system
resources metrics
URL: https://github.com/apache/flink/pull/4801#discussion_r207230429
##########
File path:
flink-tests/src/test/java/org/apache/flink/runtime/taskexecutor/SystemResourcesMetricsITCase.java
##########
@@ -33,13 +33,13 @@
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
+import static
org.apache.flink.configuration.CoreOptions.SYSTEM_RESOURCE_METRICS;
import static org.apache.flink.configuration.MetricOptions.REPORTERS_LIST;
-import static
org.apache.flink.configuration.TaskManagerOptions.ADDITIONAL_LOGGING;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
/**
- * Integration tests for proper initialization of the system resource metrics
in the {@link TaskManagerRunner}.
+ * Integration tests for proper initialization of the system resource metrics.
Review comment:
This test should be updated to check that they are reported for both JM and
TM.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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