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/11/06 09:33:22 UTC

[GitHub] [incubator-druid] sixtus opened a new issue #8830: queryGranularity is hard coded in compaction task

sixtus opened a new issue #8830: queryGranularity is hard coded in compaction task
URL: https://github.com/apache/incubator-druid/issues/8830
 
 
   https://github.com/apache/incubator-druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java#L593
   
   I am migrating from hadoop compaction to native compaction and just noticed I can't change the granularity (we use this to keep 2 days at minute and then switch to hour).
   
   Is there any reason to hard coded it? Or is it safe to make that a config option similar to `segmentGranularity`? If the later, I can do a PR. Just trying to make sure, I am not running into a trap.

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