Replies: 1 comment 3 replies
-
This is how Kafka works. It does not do any balancing on the fly and depending on your architecture equal disk usage might even not be possible since single partition is always only on single disk. If you want, you can use the intrabroker balancing to balance the data with Cruise Control between the JBOD disks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description -
While trying out some performance testing, we observed that some of the brokers were getting more volume of data as compared to others. Also, within a single broker using JBOD setup, there is a significant disk imbalance observed.
Environment-
AKS K8s version - 1.22.6
Strimzi version - 0.27
Kafka CR -
Kafka Rebalance CR -
After applying and approving the proposal, we produced some messages to test the balancing features according to the goals we have setup. But there was a huge imbalance observed between the brokers when it comes to disk usage.
While viewing the rebalance spec, it's showing the data to move is 0 MB. -
What could be the reason behind this? Anything we might be doing wrong here. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions