chirag-wadhwa5 opened a new pull request, #21473:
URL: https://github.com/apache/kafka/pull/21473

   The ShareConsumerPerformanceService runs the 
`kafka-share-consumer-perf-test.sh` script and parses its stdout to further 
report the performance numbers. The script's output format is as follows ->
   
   `start.time, end.time, data.consumed.in.MB, MB.sec, nMsg.sec, 
data.consumed.in.nMsg, fetch.time.ms`
   
   One of the fields it tried to read is `records_per_sec`. As per the current 
code, it parses the wrong value (instead of reading the 5th value (nMsg.sec), 
it reads the 6th one (data.consumed.in.nMsg)). This PR corrects that.


-- 
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]

Reply via email to