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/06/18 21:07:20 UTC

[GitHub] [druid] maytasm commented on issue #10553: Druid doesn't mark segments as "unused" when converting from a higher segment granularity to a lower segment granularity.

maytasm commented on issue #10553:
URL: https://github.com/apache/druid/issues/10553#issuecomment-863623079


   This can be a result of the new DAY segments not fully covering the Month.
   For example if you have MONTH segment with 2020-10-01 to 2020-11-01 and you don't have data on every day in the month (for example, the only data rows you have are on 2020-10-08 to 2020-10-09), then Druid would only create new DAY segments for day with data (in the above example, you would only get one new segment 2020-10-08 to 2020-10-09). 
   Since Druid do not see DAY segments for every day of the month, Druid cannot mark unused the old MONTH segment.


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