sebastien diaz created KAFKA-10385:
--------------------------------------
Summary: When DetailStat activated Final Print is necessary when
result is out of time.
Key: KAFKA-10385
URL: https://issues.apache.org/jira/browse/KAFKA-10385
Project: Kafka
Issue Type: Bug
Reporter: sebastien diaz
The condition to see a detailed stats is conditionned by the time.
|if (currentTimeMillis - lastReportTime >= config.reportingInterval) {|
if (config.showDetailedStats)
But when you finish the loop, you haven t the last stats of the performance
tests. Just the previous status exists.
I propose just to remove the contition to show the final statistic result.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)