FrankChen021 commented on issue #6469: URL: https://github.com/apache/druid/issues/6469#issuecomment-654739004
This problem has been here so long :) Since #10105 forces the configuration of `druid.server.maxSize`, I think it's better to eliminate this property. @gianm In your example, if user wants limits the total size to 2TB, I think he should achieve that by reducing the size of locations. @drcrallen in your example, whether `druid.server.maxSize` is dropped or not, the problem still exists. I think this is another problem. To solve that, maybe coordinator needs to know the _max file size_ a historical can save a file. And that _max file size_ is not a configured property but a dynamic runtime value depending on the left size of each locations ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
