You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "sebastien diaz (Jira)" <ji...@apache.org> on 2020/08/11 12:55:00 UTC

[jira] [Created] (KAFKA-10385) When DetailStat activated Final Print is necessary when result is out of time.

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)