-
Hi Strimzi,
Errors I fixedI'm using
So I used: The issueHowever, when I try to balance a cluster, all I'm getting back is proposals that indicate everything is already 100% balanced.
I should also note that when I removed 3 brokers in the cluster, the disk did NOT get balanced among the remaining brokers, instead it ended up with several using much more disk than others. Imbalanced ResourcesI currently have 3 brokers with around 100MB of disk used (the ones that were removed/re-added), while I have 2 brokers over 1TB of disk used, and several more in the 500-700GB range. Here's what I've tried:
I'm trying to figure out 2 things:
EDIT - Sorry about the messed up formatting in the proposal, I tried a few different ways and the formatting keeps getting destroyed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
For a start you should probably:
|
Beta Was this translation helpful? Give feedback.
@kyguy or @ppatierno might be able to provide more details.
But in general, the capacity goals are checking that things are within the capacity. They do not necessarily care that one disk is empty while other has some data as long as they are withing the capacity limits. If you want to distribute things equally, you should use the distribution goals - e.g.
DiskUsageDistributionGoal
. That will try to distribute things equally.