lhotari commented on issue #22601: URL: https://github.com/apache/pulsar/issues/22601#issuecomment-2122133892
> and it happen only when it have consumer running and higher QPS (in my server it happen about 1000 QPS) > and -s 2000 (payload 2K) consumer ``` 2024-05-21T11:59:25,756+0300 [main] INFO org.apache.pulsar.testclient.PerformanceConsumer - Throughput received: 12477226 msg --- 6003.690 msg/s --- 108.533 Mbit/s --- Latency: mean: 14.833 ms - med: 14 - 95pct: 21 - 99pct: 40 - 99.9pct: 49 - 99.99pct: 53 - Max: 53 ``` producer ``` 2024-05-21T11:59:27,381+0300 [main] INFO org.apache.pulsar.testclient.PerformanceProducer - Throughput produced: 12439999 msg --- 6007.4 msg/s --- 108.2 Mbit/s --- failure 0.0 msg/s --- Latency: mean: 9.492 ms - med: 8.606 - 95pct: 12.098 - 99pct: 34.800 - 99.9pct: 42.303 - 99.99pct: 48.646 - Max: 48.649 ``` I'm using the scripts in https://github.com/lhotari/pulsar-playground/tree/master/issues/issue22601 and those have `-s 2000` and `-bp 2` and it's using the patched pulsar-perf. However, I haven't been able to reproduce yet. Which JVM version and parameters are you using when you are able to reproduce? -- 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]
