[ https://issues.apache.org/jira/browse/KAFKA-5574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yuexin Zhang resolved KAFKA-5574. --------------------------------- Resolution: Duplicate Resolved in KAFKA-5358 https://github.com/apache/kafka/blame/trunk/core/src/main/scala/kafka/tools/ConsumerPerformance.scala#L132 > kafka-consumer-perf-test.sh report header has one less column in > show-detailed-stats mode > ----------------------------------------------------------------------------------------- > > Key: KAFKA-5574 > URL: https://issues.apache.org/jira/browse/KAFKA-5574 > Project: Kafka > Issue Type: Bug > Components: tools > Affects Versions: 0.9.0.0, 0.10.0.0 > Reporter: Yuexin Zhang > > time, data.consumed.in.MB, MB.sec, data.consumed.in.nMsg, nMsg.sec > 2017-07-09 21:40:40:369, 0, 0.1492, 2.6176, 5000, 87719.2982 > 2017-07-09 21:40:40:386, 0, 0.2983, 149.0479, 10000, 5000000.0000 > 2017-07-09 21:40:40:387, 0, 0.4473, 149.0812, 15000, 5000000.0000 > there's one more column between "time" and "data.consumed.in.MB", it's > currently set to 0: > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/tools/ConsumerPerformance.scala#L158 > https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/tools/ConsumerPerformance.scala#L175 > is it a thread id? what is this id used for? -- This message was sent by Atlassian JIRA (v6.4.14#64029)