kfaraz commented on PR #18176: URL: https://github.com/apache/druid/pull/18176#issuecomment-3016250975
@clintropolis , I haven't gone through the PR yet but how will this affect segment assignment/balancing on the Coordinator? - The Coordinator currently assigns segments to a Historical only if it has available disk space. - The available disk space is calculated in `ImmutableDruidServer` based on the configured `maxSize` and the sum of the `DataSegment.getSize()` of all the segments currently present on this historical (as reported by the `HttpServerInventoryView`) - I suppose the balancing algorithm can remain unchanged as it is already designed to optimize query performance rather than disk usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
