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

2020-08-11 Thread sebastien diaz (Jira)
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)


[jira] [Created] (KAFKA-8524) Zookeeper Acl

2019-06-11 Thread sebastien diaz (JIRA)
sebastien diaz created KAFKA-8524:
-

 Summary: Zookeeper Acl 
 Key: KAFKA-8524
 URL: https://issues.apache.org/jira/browse/KAFKA-8524
 Project: Kafka
  Issue Type: Bug
Reporter: sebastien diaz






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KAFKA-2341) Need Standard Deviation Metrics in MetricsBench

2015-07-16 Thread sebastien diaz (JIRA)
sebastien diaz created KAFKA-2341:
-

 Summary: Need Standard Deviation Metrics in MetricsBench
 Key: KAFKA-2341
 URL: https://issues.apache.org/jira/browse/KAFKA-2341
 Project: Kafka
  Issue Type: Improvement
  Components: clients
Affects Versions: 0.8.2.1
Reporter: sebastien diaz
Priority: Minor


The standard deviation is a measure that is used to quantify the amount of 
variation or dispersion of a set of data values.

Very useful. Could be added to other sensors.



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