You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/10/15 14:00:06 UTC

[GitHub] KenjiTakahashi opened a new issue #6469: Getting `druid.server.maxSize` out of the way

KenjiTakahashi opened a new issue #6469: Getting `druid.server.maxSize` out of the way
URL: https://github.com/apache/incubator-druid/issues/6469
 
 
   Currently, configuration needs to consist of something like this:
   
   ```
   druid.segmentCache.locations=[{"path": "/home/indexCache", "maxSize": 100000000000}]
   druid.server.maxSize=100000000000
   ```
   As I understand, `server.maxSize` is usually (if not always) equal the sum of `maxSize`'s inside `locations`. Perhaps it can be set to this sum by default, then?
   Most people would then probably not have to set twice the same thing and if, for some reason, somebody wants a different value there, they can still override it manually.
   
   If this makes sense, I think I could bake a PR to implement it.
   
   [Having support for units other than bytes would be nice to have, as well. A separate change, though, I guess.]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org