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 2021/05/20 03:08:57 UTC

[GitHub] [druid] jihoonson commented on issue #11179: Kafka ingestion ignores segment granularities that aren't "simple" granularities

jihoonson commented on issue #11179:
URL: https://github.com/apache/druid/issues/11179#issuecomment-844650038


   Hey @scimas, sorry for the late response. I think the current workaround is setting up a compaction service outside Druid that periodically issues the compaction job. https://github.com/apache/druid/pull/10843 will allow you to change segment granularity using auto compaction, but will be included in our next major release.
   
   > Thinking about it, instead of fitting it into one of the closest predefined granularities, the allocate API should be able to accommodate the user specified segment granularity if there are no existing segments for the current row. Not sure why the design is as such.
   
   This code was written a long time ago, and I don't know why it does this. But I agree. I don't see any reason that it behaves this way.


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



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