Skip to content
Discussion options

You must be logged in to vote

This might be related to what goals you pic. For example, note the difference between these two:

  • DiskCapacityGoal - Ensures that Disk space usage of each broker is below a given threshold.
  • DiskUsageDistributionGoal - Attempts to keep the Disk space usage variance among brokers within a certain range relative to the average Disk utilization.

The first one will just make sure you are below the limit. The other one will actually try to balance them. (full list off goals is on the Cruise Control Github: https://github.com/linkedin/cruise-control#goals)

Also, keep in mind that depending on your partitions, their sizes etc., it might not be possible to make the disk utilization completely bal…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bfarayev
Comment options

Answer selected by bfarayev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants