-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OptimizationFailureException for DiskCapacityGoal wrong computation of disk usage #2166
Comments
Hard to tell given this much details. Can you grep for "PARTITION_SIZE does not exist" in the logs? |
Can you also share your cruise-control configuration? |
Hi @mhratson & @cpaika unfortunately regarding configurations: |
I wonder if there was something else after the error? Like a recommendation to add more brokers? I'm going to close the issue, but feel free to continue the conversation. |
#2155 related? |
ok, now I understood this number. this is usage after proposed rebalance. now it makes sense. |
I have a question how it's possible to investigate why OptimizationFailureException happens. I believe there is something wrong (maybe due to some missing setting or config) with disk current utilization
we are getting following error while trying to get proposals:
capacity limit is computed right as 0.8 * capacity configured with capacity.json, however current usage is computed wrongly,

when looking at load endpoint for this broker we get
13709573.000bytes (62.39%) and not 22606978.000000. I can't figure out where this 22606978.000000 comes from
we are using rather old verison of cruise control '2.0.100'
Any ideas suggestions will be highly appreciated
Thanks in advance
Igor
The text was updated successfully, but these errors were encountered: