This message was deleted.
# troubleshooting
s
This message was deleted.
k
The coordinator by default attempts to distribute segments in a way that makes querying most efficient - this is the
cachingCost
balancer strategy If you are more interested in disk space, try setting
druid.coordinator.balancer.strategy
to
diskNormalized
See: https://druid.apache.org/docs/latest/configuration/index.html#coordinator-operation
p
Hey Shilpa – once upon a time I had a balance problem – and it was down to
maxSegmentsToMove
– you may want to check that too
s
Thanks @Kyle Hoondert, @Peter Marshall Will try out the options