Strange Latency while testing Pulsar #22115
Unanswered
wenze159632
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use the pulsar-perf tool to test the performance of Pulsar, I encounter the following strange phenomenon.
![1708862439496](https://private-user-images.githubusercontent.com/153369683/307588718-d3c7633f-82f6-416f-b18f-572c71d428e1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODA5ODYsIm5iZiI6MTczOTY4MDY4NiwicGF0aCI6Ii8xNTMzNjk2ODMvMzA3NTg4NzE4LWQzYzc2MzNmLTgyZjYtNDE2Zi1iMThmLTU3MmM3MWQ0MjhlMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNDM4MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YWJkNDY5MTgwZDQxYWUxMjA4OTBiNDI3NDA5ZmJiNmNhYTIyN2FhMjA1MzBjZjY5NDhkMWYyZDMzMGY4NWQ5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Qxzo4-Pqdu5IlHdDROthY0Xm4fApEDEofT4bS-Vq2dQ)
As shown in the image above, a small number of messages experience unacceptably high latency. Similar situations occur when testing in other clusters. My question is, what is the cause of this phenomenon and are there any areas that can be optimized?
The test commamd is
When the configuration '-bm' is removed, this high latency phenomenon occurs more frequently.
Beta Was this translation helpful? Give feedback.
All reactions