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 2022/09/16 07:08:05 UTC

[GitHub] [druid] 599166320 commented on issue #13080: PeriodLoadRule cannot Remove expired segment

599166320 commented on issue #13080:
URL: https://github.com/apache/druid/issues/13080#issuecomment-1248999401

   thank  @kfaraz   for your reply. If I want the _defaultTier node to keep the hot data of the last 3 days, and the cold node to keep the cold data of the last 7 days, how should my retention rules be configured?
   My retention rules are configured as follows:
   ```
   loadByPeriod P3D _defaultTier
   loadByPeriod P7D cold
   dropForever
   ```
   
   Will this meet my needs?
   According to the current implementation of RunRules, the _defaultTier node will retain data for 7 days, and retain data for 4 more days. I think it is unreasonable, what do you think?


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

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