Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
Running the system tests (trunk code), there are many "The file ... does not exist for plotting (metrics)" warning messages, for example,
2014-10-27 14:47:58,478 - WARNING - The file /opt/kafka/system_test/replication_testsuite/testcase_0007/logs/broker-3/metrics/kafka.network.RequestMetrics.Produce-RemoteTimeMs.csv does not exist for plotting (metrics)
Looks like the generated metric file names only include the last part of the metric, e.g. "Produce-RemoteTimeMs.csv" not "kafka.network.RequestMetrics.Produce-RemoteTimeMs.csv".
$ ls /opt/kafka/system_test/replication_testsuite/testcase_0007/logs/broker-3/metrics/*Produce* /opt/kafka/system_test/replication_testsuite/testcase_0007/logs/broker-3/metrics/Produce-RemoteTimeMs.csv