Andrew Olson created KAFKA-1734:
-----------------------------------

             Summary: System test metric plotting nonexistent file warnings
                 Key: KAFKA-1734
                 URL: https://issues.apache.org/jira/browse/KAFKA-1734
             Project: Kafka
          Issue Type: Bug
            Reporter: Andrew Olson
            Priority: Minor


Running the system tests (trunk code), there are many "The file ... does not 
exist for plotting (metrics)" warning messages, for example,

{noformat}
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)
{noformat}

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

{noformat}
$ 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
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to