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 2019/08/08 18:02:29 UTC

[GitHub] [incubator-druid] vogievetsky opened a new issue #8262: Auto-compaction should forward the maxBytesInMemory setting to the compaction tasks

vogievetsky opened a new issue #8262: Auto-compaction should forward the maxBytesInMemory setting to the compaction tasks
URL: https://github.com/apache/incubator-druid/issues/8262
 
 
   ### Description
   
   Right now maxBytesInMemory is not sent from the auto compaction tuningConfg (https://druid.apache.org/docs/latest/configuration/index.html#compact-task-tuningconfig) to 
   the compaction task tuningConfig ( https://druid.apache.org/docs/latest/ingestion/native_tasks.html#tuningconfig )
   
   ### Motivation
   
   Ideally most of the keys available in the compaction task tuningConfig should be settable from the auto compaction tuningConfig. `maxBytesInMemory` is particularly useful for when you need to tune memory in a specific way (maybe you have a ton of lookups or whatever).
   

----------------------------------------------------------------
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:
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