Replies: 2 comments
-
Answered in #24010 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
-
You probably have some naughty partitions with heavy write throughput, you can check by following Prometheus query:
If you discover partitions with excessive write loads, consider increasing the number of partitions for the affected topics. This will help distribute the write throughput more evenly across your bookie instances. Notes about Pulsar message publishing:
|
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
-
Description
We observed an abnormal write pattern in our Pulsar cluster:
The nodes exposed in bookie metrics have little difference in read and write io. Producer has compressed write enabled.
In fact, monitoring at the node level found that io was greatly magnified, and the io differences between nodes were large. Some nodes had io less than 50MB/s, while some nodes had io greater than 450MB/s.
Journal disks on some nodes show very high write throughput (e.g., 400+ MB/s).
Environment
3.0.7
3 replicas
,2 quorum writes
Expected Behavior
Write operations should be balanced between bookies
Beta Was this translation helpful? Give feedback.
All reactions