Jason918 commented on a change in pull request #14494:
URL: https://github.com/apache/pulsar/pull/14494#discussion_r836002989



##########
File path: 
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceConsumer.java
##########
@@ -591,6 +605,28 @@ public static void main(String[] args) throws Exception {
                     reportHistogram.getValueAtPercentile(99), 
reportHistogram.getValueAtPercentile(99.9),
                     reportHistogram.getValueAtPercentile(99.99), 
reportHistogram.getMaxValue());
 
+            if (arguments.autoScaledReceiverQueueSize && log.isDebugEnabled() 
&& qRecorder != null) {
+                qHistogram = qRecorder.getIntervalHistogram(qHistogram);
+                log.debug("ReceiverQueueUsage: cnt={},mean={}, 
min={},max={},25pct={},50pct={},75pct={}",

Review comment:
       > Why 'debug'? It looks like this is a very useful information
   
   I think this histogram info is too detail for performance test.




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